d7865cd884
Range and json tests have to be completely ignored for now :(
10 lines
201 B
YAML
10 lines
201 B
YAML
before_install:
|
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
- sudo apt-get update
|
|
install:
|
|
- sudo apt-get install rust-nightly
|
|
before_script:
|
|
- ./travis/setup.sh
|
|
script:
|
|
- rustpkg test
|