Skip to content

Commit

Permalink
Polishing (#120)
Browse files Browse the repository at this point in the history
* Checking Windows and nightly

* move Test to extras

* test as target

* [skip ci] no nitghtly to save energy

Co-Authored-By: Datseris <[email protected]>
  • Loading branch information
aminya and Datseris committed Nov 11, 2019
1 parent c53e4a6 commit b289c36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: julia
os:
- linux
- osx
- windows
julia:
- 1.0
- 1.1
# - nightly
# - nightly # commented to save energy and time
matrix:
allow_failures:
- julia: nightly
Expand Down
10 changes: 7 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ uuid = "f57c4921-e30c-5f49-b073-3f2f2ada663e"
repo = "https://github.com/JuliaMusic/MIDI.jl.git"
version = "1.5.1"

[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"


[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit b289c36

Please sign in to comment.