Skip to content

Commit

Permalink
removed test from .travis as it does not work with [targets]
Browse files Browse the repository at this point in the history
  • Loading branch information
timueh committed Feb 7, 2019
1 parent c775eae commit 97f3af6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: julia
julia:
- 1.1.0
- 0.7

jobs:
include:
Expand Down
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["FastGaussQuadrature",
"IterTools",
"QuadGK",
"Test"]

0 comments on commit 97f3af6

Please sign in to comment.