commit 2707955b53f49000c5855c7e0453f7e61d4b6044
parent 22bab5ca2a1572ff72f42954d67613c38890bdbd
Author: Anders Damsgaard <andersd@riseup.net>
Date: Sat, 9 Sep 2017 09:15:48 -0400
allow failures on julia nightly
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -16,9 +16,16 @@ notifications:
on_success: never # default: change
on_failure: always # default: always
+matrix:
+ allow_failures:
+ - julia: nightly
+
before_script:
- julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")'
+#after_success:
+# - julia -e 'Pkg.add("Documenter")'
+
deploy:
- provider: script
script: julia -e 'cd(Pkg.dir("SeaIce")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'