Skip to content

Commit

Permalink
turned osx off on travis to speed up dev cycle (10m max); #3357 #3326 #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed Mar 2, 2019
1 parent e192793 commit 938cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ r:

os:
- linux
- osx
# - osx # Takes 13m (+9m linux = 22m total); #3357; #3326; #3331. Off by default to speed up dev cycle. AppVeyor covers R-devel and completes in 10m concurrently.

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm &&
Expand Down

0 comments on commit 938cd3f

Please sign in to comment.