cargo/.travis.yml

19 lines
208 B
YAML
Raw Normal View History

2014-06-18 20:36:49 +00:00
language: rust
install:
- sh ./.travis.install.deps.sh
2014-06-18 20:36:49 +00:00
script:
2014-07-30 01:11:51 +00:00
- ./configure --local-rust-root=`pwd`/rustc
- make
2014-07-30 01:11:51 +00:00
- make test
- make distcheck
2014-06-18 20:36:49 +00:00
env:
2014-07-22 15:08:55 +00:00
- BITS=32
- BITS=64
2014-06-18 20:36:49 +00:00
os:
- linux
- osx