Skip to content

Commit 2bf4531

Browse files
authored
add nix testing for travis
1 parent ae1cf8b commit 2bf4531

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

Diff for: .travis.yml

+25-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
language: rust
2-
rust:
3-
- stable
4-
- beta
5-
- nightly
6-
os:
7-
- linux
8-
- windows
9-
- osx
10-
sudo: false
11-
script:
12-
- cargo build --verbose
13-
- cargo test --verbose
14-
notifications:
15-
email:
16-
on_success: never
17-
branches:
18-
only:
19-
- master
1+
matrix:
2+
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

0 commit comments

Comments
 (0)