Skip to content

Commit 94f8304

Browse files
authored
Merge pull request #103 from sisl/travis
Update CI, remove REQUIRE and deps/
2 parents 7befd7a + 863db5d commit 94f8304

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
language: julia
22
os:
33
- linux
4+
- osx
5+
- windows
46
julia:
57
- 1.0
6-
- 1.1
7-
- 1.2
8-
- 1.3
9-
- 1.4
8+
- 1
9+
- nightly
1010
matrix:
1111
allow_failures:
1212
- julia: nightly
1313
notifications:
1414
email: false
15-
before_install:
16-
# - sudo apt-get -qq update
17-
- sudo apt-get install git
18-
# script:
19-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
20-
# - julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("BayesNets"; coverage=true)'
15+
2116
after_success:
2217
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2318

deps/build.jl

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)