Skip to content

Commit 2f75a14

Browse files
author
tuxalin
committed
travis
1 parent 81fe0ae commit 2f75a14

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ matrix:
2121
sources:
2222
- ubuntu-toolchain-r-test
2323
packages:
24-
- libboost-all-dev
2524
- g++-4.6
2625
env: COMPILER=g++-4.6
2726
- compiler: gcc
@@ -30,7 +29,6 @@ matrix:
3029
sources:
3130
- ubuntu-toolchain-r-test
3231
packages:
33-
- libboost-all-dev
3432
- g++-4.8
3533
env: COMPILER=g++-4.8
3634
- compiler: gcc
@@ -39,7 +37,6 @@ matrix:
3937
sources:
4038
- ubuntu-toolchain-r-test
4139
packages:
42-
- libboost-all-dev
4340
- g++-5
4441
env: COMPILER=g++-5
4542
- compiler: clang
@@ -49,7 +46,6 @@ matrix:
4946
- ubuntu-toolchain-r-test
5047
- llvm-toolchain-precise-3.5
5148
packages:
52-
- libboost-all-dev
5349
- clang-3.5
5450
- compiler: clang
5551
addons:
@@ -58,7 +54,6 @@ matrix:
5854
- ubuntu-toolchain-r-test
5955
- llvm-toolchain-precise-3.6
6056
packages:
61-
- libboost-all-dev
6257
- clang-3.6
6358
env: COMPILER=clang++-3.6
6459
- compiler: clang
@@ -68,7 +63,6 @@ matrix:
6863
- ubuntu-toolchain-r-test
6964
- llvm-toolchain-precise-3.7
7065
packages:
71-
- libboost-all-dev
7266
- clang-3.7
7367
env: COMPILER=clang++-3.7
7468
- compiler: clang
@@ -78,7 +72,6 @@ matrix:
7872
- ubuntu-toolchain-r-test
7973
- llvm-toolchain-precise-3.8
8074
packages:
81-
- libboost-all-dev
8275
- clang-3.8
8376
env: COMPILER=clang++-3.8
8477

bin/ci/script.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ echo "Building test examples"
44
cd test
55
mkdir build && cd build && cmake ..
66
make
7+
echo "Current folder"
78
ls
89
./test
910
cd ../../

0 commit comments

Comments
 (0)