Skip to content

Commit

Permalink
Merge pull request #103 from sisl/travis
Browse files Browse the repository at this point in the history
Update CI, remove REQUIRE and deps/
  • Loading branch information
rejuvyesh committed Jul 8, 2020
2 parents 7befd7a + 863db5d commit 94f8304
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
language: julia
os:
- linux
- osx
- windows
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
before_install:
# - sudo apt-get -qq update
- sudo apt-get install git
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("BayesNets"; coverage=true)'

after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

7 changes: 0 additions & 7 deletions deps/build.jl

This file was deleted.

3 changes: 0 additions & 3 deletions test/REQUIRE

This file was deleted.

2 comments on commit 94f8304

@MaximeBouton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/17000

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.2.3 -m "<description of version>" 94f8304e8162d180872eca433196c248cdad8a00
git push origin v3.2.3

Please sign in to comment.