mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 06:54:15 +00:00
Minor changes to travis config
This commit is contained in:
parent
6475c522e0
commit
da1c31c7fe
@ -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
|
language: cpp
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
os:
|
os:
|
||||||
@ -6,7 +10,7 @@ os:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- 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 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 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
|
- if [[ "$os" == "linux" ]]; then sudo apt-get update -qq; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user