Skip to content

Commit

Permalink
Revert "Tweak CI_GROUP"
Browse files Browse the repository at this point in the history
This reverts commit 0eebb87.
  • Loading branch information
tkf committed Aug 13, 2018
1 parent b98e2f9 commit efb7231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ env:
matrix:
- CI_GROUP=0
- CI_GROUP=1
- CI_GROUP=2
- CI_GROUP=docs
notifications:
email: false
Expand Down
4 changes: 3 additions & 1 deletion test/runtests.jl
Expand Up @@ -19,10 +19,12 @@ TEST_GROUPS = Dict{String, Vector{String}}(
"test_vs_svector.jl",
"test_duffing_van_der_pol.jl",
"test_hopf_to_lc.jl",
"test_reparametrized_bautin.jl",
],
"1" => [
"test_reparametrization.jl",
"test_reparametrized_bautin.jl",
],
"2" => [
"test_fold_lc.jl",
"test_morris_lecar.jl",
],
Expand Down

0 comments on commit efb7231

Please sign in to comment.