Skip to content

Commit 098dcfc

Browse files
authored
Fix travis ci
Removed notifications, because it is unknown to travis lint
1 parent 2bf4531 commit 098dcfc

File tree

1 file changed

+17
-24
lines changed

1 file changed

+17
-24
lines changed

.travis.yml

+17-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
1-
matrix:
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
os:
7+
- linux
8+
- windows
9+
- osx
10+
script:
11+
- cargo test --verbose
12+
- cargo build --verbose
13+
jobs:
214
include:
3-
- language: rust
4-
rust:
5-
- stable
6-
- beta
7-
- nightly
8-
os:
9-
- linux
10-
- windows
11-
- osx
12-
sudo: false
13-
script:
14-
- cargo build --verbose
15-
- cargo test --verbose
16-
notifications:
17-
email:
18-
on_success: never
19-
branches:
20-
only:
21-
- master
22-
- language: nix
23-
notifications:
24-
email:
25-
on_success: never
15+
- language: nix
16+
cache:
17+
directories:
18+
- $HOME/nix.store

0 commit comments

Comments
 (0)