Skip to content

Commit 53d1082

Browse files
committed
[Java] Formatting.
1 parent 18677ab commit 53d1082

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

.travis.yml

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
language: cpp
32

43
jdk: oraclejdk8
@@ -12,7 +11,7 @@ matrix:
1211
jdk: oraclejdk8
1312
os: linux
1413
script:
15-
- ./gradlew
14+
- ./gradlew
1615

1716
# clang-4
1817
- env: COMPILER=clang++-4.0
@@ -28,10 +27,10 @@ matrix:
2827
- ubuntu-toolchain-r-test
2928
- llvm-toolchain-trusty-4.0
3029
before_script:
31-
- export CXX=$COMPILER
32-
- ./gradlew
30+
- export CXX=$COMPILER
31+
- ./gradlew
3332
script:
34-
- ./cppbuild/cppbuild
33+
- ./cppbuild/cppbuild
3534

3635
# clang-5
3736
- env: COMPILER=clang++-5.0
@@ -47,10 +46,10 @@ matrix:
4746
- ubuntu-toolchain-r-test
4847
- llvm-toolchain-trusty-5.0
4948
before_script:
50-
- export CXX=$COMPILER
51-
- ./gradlew
49+
- export CXX=$COMPILER
50+
- ./gradlew
5251
script:
53-
- ./cppbuild/cppbuild
52+
- ./cppbuild/cppbuild
5453

5554
# clang-6
5655
- env: COMPILER=clang++-6.0
@@ -66,10 +65,10 @@ matrix:
6665
- ubuntu-toolchain-r-test
6766
- llvm-toolchain-trusty-6.0
6867
before_script:
69-
- export CXX=$COMPILER
70-
- ./gradlew
68+
- export CXX=$COMPILER
69+
- ./gradlew
7170
script:
72-
- ./cppbuild/cppbuild
71+
- ./cppbuild/cppbuild
7372

7473
# gcc-5
7574
- env: COMPILER=g++-5
@@ -83,10 +82,10 @@ matrix:
8382
sources:
8483
- ubuntu-toolchain-r-test
8584
before_script:
86-
- export CXX=$COMPILER
87-
- ./gradlew
85+
- export CXX=$COMPILER
86+
- ./gradlew
8887
script:
89-
- ./cppbuild/cppbuild
88+
- ./cppbuild/cppbuild
9089

9190
# gcc-6
9291
- env: COMPILER=g++-6
@@ -100,10 +99,10 @@ matrix:
10099
sources:
101100
- ubuntu-toolchain-r-test
102101
before_script:
103-
- export CXX=$COMPILER
104-
- ./gradlew
102+
- export CXX=$COMPILER
103+
- ./gradlew
105104
script:
106-
- ./cppbuild/cppbuild
105+
- ./cppbuild/cppbuild
107106

108107
# gcc-7
109108
- env: COMPILER=g++-7
@@ -117,10 +116,10 @@ matrix:
117116
sources:
118117
- ubuntu-toolchain-r-test
119118
before_script:
120-
- export CXX=$COMPILER
121-
- ./gradlew
119+
- export CXX=$COMPILER
120+
- ./gradlew
122121
script:
123-
- ./cppbuild/cppbuild
122+
- ./cppbuild/cppbuild
124123

125124
# gcc-8
126125
- env: COMPILER=g++-8
@@ -134,17 +133,17 @@ matrix:
134133
sources:
135134
- ubuntu-toolchain-r-test
136135
before_script:
137-
- export CXX=$COMPILER
138-
- ./gradlew
136+
- export CXX=$COMPILER
137+
- ./gradlew
139138
script:
140-
- ./cppbuild/cppbuild
139+
- ./cppbuild/cppbuild
141140

142141

143142
before_cache:
144-
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
145-
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
143+
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
144+
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
146145

147146
cache:
148147
directories:
149-
- $HOME/.gradle/caches/
150-
- $HOME/.gradle/wrapper/
148+
- $HOME/.gradle/caches/
149+
- $HOME/.gradle/wrapper/

0 commit comments

Comments
 (0)