Skip to content

Commit a422461

Browse files
Daniel SchmidtDaniel Schmidt
Daniel Schmidt
authored and
Daniel Schmidt
committedMar 21, 2017
[Fixed] travis ci config file.
1 parent af5d111 commit a422461

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ addons:
2121
- gettext
2222
- libtool
2323

24-
before_install:
24+
install:
2525
- sudo add-apt-repository ppa:kzemek/boost -y
2626
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
2727
- sudo apt-get update -q
2828
- sudo apt-get install libboost1.58-dev cmake -y
2929
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 1 --slave /usr/bin/g++ g++ /usr/bin/g++-6
3030
- sudo update-alternatives --set gcc /usr/bin/gcc-6
31+
32+
before_script:
3133
- mkdir build && cd build && cmake ..
3234

33-
install:
35+
script:
3436
- make

0 commit comments

Comments
 (0)
Please sign in to comment.