Skip to content

Commit 854e648

Browse files
Merge pull request #65 from holgerteichgraeber/dev
Tutorial and Load Data
2 parents 45caee1 + 3c6255e commit 854e648

File tree

12 files changed

+333
-17659
lines changed

12 files changed

+333
-17659
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: julia
22

33
os:
44
- linux
5+
- osx
56

67
julia:
78
- 1.0
@@ -23,12 +24,4 @@ jobs:
2324
- julia --project=docs/ docs/make.jl
2425
name: "HTML"
2526
after_success:
26-
- stage: "Testing"
27-
julia: 1.0
28-
os: linux
29-
script:
30-
- julia --project=test/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
31-
- julia --project=test/ test/cep.jl
32-
name: "HTML"
33-
after_success:
3427
services: docker

0 commit comments

Comments
 (0)