Skip to content

Commit 87fc02c

Browse files
authored
Add travis
1 parent 3f84f3f commit 87fc02c

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: julia
2+
3+
os:
4+
- linux
5+
6+
julia:
7+
- 1.2
8+
- nightly
9+
10+
notifications:
11+
email: false
12+
13+
after_success:
14+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)