[this is NOT about Pkg.test() being new - I am ONLY using julianighlies in 
the matrix]

i recently started a new project using the auto-generated files.  when i 
enable it on travis i see an error like this:

https://travis-ci.org/andrewcooke/CRC.jl/builds/21822323

if i remove the Pkg.clone(pwd()) - which i don't understand the need for - 
i get

https://travis-ci.org/andrewcooke/CRC.jl/builds/21822544

neither runs the tests, which exist and work just fine from the command 
line on my laptop (if i run julia -e 'Pkg.test("CRC")')

the repo is at https://github.com/andrewcooke/CRC.jl and the travis.yml is

language: cpp
compiler:
  - clang
notifications:
  email: false
env:
  matrix:
    - JULIAVERSION="julianightlies"
before_install:
  - sudo add-apt-repository ppa:staticfloat/julia-deps -y
  - sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
  - sudo apt-get update -qq -y
  - sudo apt-get install libpcre3-dev julia -y
script:
  - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("CRC")'

it seems like this should "just work".  has anyone else seen this?  i'd 
raise an issue, but i suspect i've messed up somehow....

thanks,
andrew










Reply via email to