Skip to content

Commit 5830611

Browse files
committed
add .travis.yml
1 parent 2e4c3d4 commit 5830611

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: julia
2+
3+
os:
4+
- linux
5+
- osx
6+
7+
julia:
8+
- 1.0
9+
- 1.1
10+
- 1.2
11+
- 1.3
12+
- 1.4
13+
- 1.5
14+
- nightly
15+
16+
notifications:
17+
email: false
18+
19+
git:
20+
depth: 99999999

0 commit comments

Comments
 (0)