Skip to content

Commit

Permalink
fix grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Dec 16, 2015
1 parent 5e11572 commit ff4f150
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 @@ -18,7 +18,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update -qq && sudo apt-get install gcc-4.8 g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- mkdir build
- make download-all > download.log || cat download.log && exit 1
- make download-all > download.log || (cat download.log && exit 1)
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo ./install_prereqs.sh ubuntu; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > brew_update.log && ./install_prereqs.sh homebrew; fi
- make
Expand Down

0 comments on commit ff4f150

Please sign in to comment.