Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 3f3ff10

Browse files
committed
add Travis
1 parent 905befd commit 3f3ff10

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Documentation: http://docs.travis-ci.com/user/languages/julia/
2+
language: julia
3+
os:
4+
- linux
5+
- osx
6+
julia:
7+
- 1.0
8+
- 1.1
9+
- nightly
10+
notifications:
11+
email: false
12+
git:
13+
depth: 99999999

0 commit comments

Comments
 (0)