Skip to content

Commit b1f91e2

Browse files
committed
Use consistent indentation in .travis.yml
1 parent cbdf7bc commit b1f91e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ rust:
55
before_script:
66
- rustup component add rustfmt
77
addons:
8-
apt:
9-
sources:
10-
- ubuntu-toolchain-r-test
11-
packages:
12-
- gcc-7
13-
- g++-7
8+
apt:
9+
sources:
10+
- ubuntu-toolchain-r-test
11+
packages:
12+
- gcc-7
13+
- g++-7
1414
script:
1515
- export CC=gcc-7
1616
- export CXX=g++-7

0 commit comments

Comments
 (0)