Skip to content

Commit

Permalink
Use consistent indentation in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jun 26, 2019
1 parent e19526e commit 98edd2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ rust:
before_script:
- rustup component add rustfmt
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
script:
- export CC=gcc-7
- export CXX=g++-7
Expand Down

0 comments on commit 98edd2e

Please sign in to comment.