Skip to content

Commit

Permalink
(chore) Update travis to use faster builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Feb 25, 2015
1 parent f1975ad commit 916228d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
os:
- linux
language: rust
sudo: false
env:
matrix:
- LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/
global:
secure: MjdqCPMV5iaByoY3m545Iw/S7UHbX5d3ZgU9H3c62Vo2WqJ12EWk4H0Z0HU+Ptu1+FriplfbnKKcfiE9zHam2yBs2XfhysWm/nOCk5eTetSpapYddWkwQaoEgxcan4kUyJiG0v4ZylorZea7d2wa9iKZKFQPChnvCI+Xd/9dlJs=
install:
- curl https://static.rust-lang.org/rustup.sh | sudo sh
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
- cargo build
- cargo test
after_success: 'curl https://raw.githubusercontent.com/iron-bot/build-doc/master/build-doc.sh
| sh '

0 comments on commit 916228d

Please sign in to comment.