@@ -40,7 +40,6 @@ matrix:
4040 - libsparsehash-dev
4141 sources :
4242 - ubuntu-toolchain-r-test
43- before_script : ./gradlew
4443 script : ./cppbuild/cppbuild
4544
4645 - env : COMPILER=g++-7
@@ -54,7 +53,6 @@ matrix:
5453 - libsparsehash-dev
5554 sources :
5655 - ubuntu-toolchain-r-test
57- before_script : ./gradlew
5856 script : ./cppbuild/cppbuild
5957
6058 - env : COMPILER=g++-8
@@ -68,7 +66,6 @@ matrix:
6866 - libsparsehash-dev
6967 sources :
7068 - ubuntu-toolchain-r-test
71- before_script : ./gradlew
7269 script : ./cppbuild/cppbuild
7370
7471 - env : COMPILER=clang++-4.0
@@ -84,7 +81,6 @@ matrix:
8481 sources :
8582 - ubuntu-toolchain-r-test
8683 - llvm-toolchain-trusty-4.0
87- before_script : ./gradlew
8884 script : ./cppbuild/cppbuild
8985
9086 - env : COMPILER=clang++-5.0
@@ -100,7 +96,6 @@ matrix:
10096 sources :
10197 - ubuntu-toolchain-r-test
10298 - llvm-toolchain-trusty-5.0
103- before_script : ./gradlew
10499 script : ./cppbuild/cppbuild
105100
106101 - env : COMPILER=clang++-6.0
@@ -116,14 +111,12 @@ matrix:
116111 sources :
117112 - ubuntu-toolchain-r-test
118113 - llvm-toolchain-trusty-6.0
119- before_script : ./gradlew
120114 script : ./cppbuild/cppbuild
121115
122116 - env : COMPILER=clang++
123117 language : c++
124118 compiler : clang
125119 os : osx
126- before_script : ./gradlew
127120 script : ./cppbuild/cppbuild
128121
129122before_cache :
0 commit comments