Skip to content

Commit

Permalink
commit test to see if it can be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Mar 25, 2016
1 parent e901332 commit 2a9398d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: julia
os:
- linux
julia:
- release
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.test("POMDPs")'
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# just test to see if the import works
import POMDPs

0 comments on commit 2a9398d

Please sign in to comment.