Newer
Older
dub_jkp / .travis.yml
@Colden Cullen Colden Cullen on 15 Dec 2014 250 bytes Upgraded to new travis D build system
language: d
sudo: false

d:
  - dmd-2.064.2
  - dmd-2.065.0
  - dmd-2.066.1
  - ldc-0.14.0
  - gdc-4.9.0

script:
  - dub test --compiler=${DC} -c library-nonet
  - dub build --compiler=${DC}
  - DUB=`pwd`/bin/dub COMPILER=${DC} test/run-unittest.sh