Skip to content

Commit 81e1ac2

Browse files
committed
min travis
1 parent 3e220b9 commit 81e1ac2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ julia:
99
notifications:
1010
email: false
1111
sudo: false
12-
script:
13-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14-
- julia -e 'using Pkg; Pkg.clone(pwd())'
15-
- julia -e 'using Pkg; ENV["PYTHON"]="";Pkg.build("SerialPorts");'
16-
- julia -e 'using Pkg; Pkg.test("SerialPorts", coverage=true)'
17-
after_success:
18-
- julia -e 'using Pkg; cd(Pkg.dir("SerialPorts")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
12+
# env:
13+
# - PYTHON=""
14+
# script:
15+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16+
# - julia -e 'using Pkg; Pkg.clone(pwd())'
17+
# - julia -e 'using Pkg; ENV["PYTHON"]="";Pkg.build("SerialPorts");'
18+
# - julia -e 'using Pkg; Pkg.test("SerialPorts", coverage=true)'
19+
# after_success:
20+
# - julia -e 'using Pkg; cd(Pkg.dir("SerialPorts")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)