Skip to content

Commit 2af0126

Browse files
Create .travis.yml
1 parent e703f57 commit 2af0126

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: julia
2+
3+
julia:
4+
- 1.3
5+
6+
os: linux
7+
8+
codecov: true
9+
coveralls: true
10+
11+
script:
12+
- julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.instantiate(); Pkg.build();'
13+
- julia -e 'using Pkg; Pkg.test("Slack", coverage=true)'
14+
15+
16+
after_success:
17+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
18+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)