Skip to content

Commit

Permalink
[Travis] Disabled 7.1 test in .travis.yml until Travis-CI adds older …
Browse files Browse the repository at this point in the history
…iOS runtimes to their VM

(An email has been sent to their support to ask for it)
  • Loading branch information
AliSoftware committed Mar 12, 2015
1 parent fe57ddf commit 677da8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

env:
- RAKETASK="simlist"
- RAKETASK="ios[iOS StaticLib,7.1,test]"
#- RAKETASK="simlist"
#- RAKETASK="ios[iOS StaticLib,7.1,test]"
- RAKETASK="ios[iOS StaticLib,latest,test]"
- RAKETASK="ios[iOS Framework,latest,analyze]"
- RAKETASK="osx[Mac Framework,x86_64,test]"
Expand Down

0 comments on commit 677da8a

Please sign in to comment.