Skip to content

Commit

Permalink
Modernize tests, fixup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Oct 30, 2014
1 parent 2e62e5e commit 3e33ca4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ language: cpp
compiler:
- clang
notifications:
email:
- [email protected]
email: false
env:
matrix:
- JULIAVERSION="juliareleases"
- JULIAVERSION="julianightlies"
before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/julianightlies -y
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
- sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
# - julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("FactCheck"))`); Pkg.pin("FactCheck"); Pkg.resolve()'
- julia -e 'Pkg.clone("git://github.com/zachallaun/FactCheck.jl"); run(`ln -s $(pwd()) $(Pkg.dir("FactCheck"))`); Pkg.pin("FactCheck"); Pkg.resolve()'
- julia ~/.julia/FactCheck/test/test_factcheck.jl
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("FactCheck")'
File renamed without changes.

0 comments on commit 3e33ca4

Please sign in to comment.