We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1cdef commit bc52f97Copy full SHA for bc52f97
.travis.yml
@@ -5,16 +5,9 @@ os:
5
julia:
6
- 1.3
7
- nightly
8
-
9
notifications:
10
email: false
11
-#script: # the default script is equivalent to the following
12
-# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
-# - julia -e 'Pkg.clone(pwd()); Pkg.build("SpecialFunctions"); Pkg.test("SpecialFunctions"; coverage=true)';
14
-after_success:
15
- - julia -e 'cd(Pkg.dir("SpecialFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
16
17
+coveralls: true
18
jobs:
19
include:
20
- stage: "Documentation"
0 commit comments