Skip to content

Commit 5eb4552

Browse files
committed
ci: reformat
1 parent f0b92ca commit 5eb4552

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ dist: trusty
22
sudo: false
33
language: rust
44
rust:
5-
- 1.12.0
6-
- stable
7-
- beta
8-
- nightly
5+
- 1.12.0
6+
- stable
7+
- beta
8+
- nightly
99
script: ci/script.sh
1010
addons:
1111
apt:
1212
packages:
13-
- libcurl4-openssl-dev
14-
- libelf-dev
15-
- libdw-dev
16-
- binutils-dev
17-
- wget
18-
- clang-3.6
19-
- cmake
20-
- python
21-
- python-virtualenv
13+
- libcurl4-openssl-dev
14+
- libelf-dev
15+
- libdw-dev
16+
- binutils-dev
17+
- wget
18+
- clang-3.6
19+
- cmake
20+
- python
21+
- python-virtualenv
2222
after_success: ci/after_success.sh
2323
env:
2424
global:
@@ -28,5 +28,5 @@ notifications:
2828
on_success: never
2929
branches:
3030
only:
31-
- master
32-
- auto
31+
- master
32+
- auto

0 commit comments

Comments
 (0)