Skip to content

Commit

Permalink
Minor changes to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh420 committed Jul 14, 2014
1 parent 6475c52 commit da1c31c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Travis file for i2pd
# Documentation:
# - http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix
# - http://blog.travis-ci.com/2014-05-13-multi-os-feature-available/
language: cpp
compiler: gcc
os:
Expand All @@ -6,7 +10,7 @@ os:
branches:
only:
- master
before_install:
before_script:
- if [[ "$os" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi # GCC 4.7
- if [[ "$os" == "linux" ]]; then sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ quantal main universe"; fi # Boost 1.50
- if [[ "$os" == "linux" ]]; then sudo apt-get update -qq; fi
Expand Down

0 comments on commit da1c31c

Please sign in to comment.