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 df3da2a commit 99cd946Copy full SHA for 99cd946
.travis.yml
@@ -11,14 +11,6 @@ notifications:
11
git:
12
depth: 99999999
13
14
-matrix:
15
- allow_failures:
16
- - julia: 0.7
17
-
18
-before_script:
19
- - julia -e 'Pkg.add("MathOptInterface")'
20
- - julia -e 'Pkg.checkout("MathOptInterface")'
21
22
after_success:
23
# push coverage results to Coveralls
24
- julia -e 'cd(Pkg.dir("SemidefiniteOptInterface")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments