Skip to content

Commit cb8b0a7

Browse files
committed
add .travis.yml
1 parent 26e04fe commit cb8b0a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: rust
2+
3+
script:
4+
- true
5+
6+
branches:
7+
only:
8+
- master
9+
- staging
10+
- trying
11+
12+
notifications:
13+
email:
14+
on_success: never

0 commit comments

Comments
 (0)