add .travis.yml

master
edef 2015-04-16 08:27:54 -04:00
parent d627f0d725
commit 9eb99666bc
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: rust
install:
- sudo pip install ghp-import
script:
- cargo test
- cargo bench
- cargo doc
after_success: |
echo '<meta http-equiv="refresh" content="0;url=fringe/">' > target/doc/index.html &&\
ghp-import -n target/doc &&\
git remote set-url origin https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git &&\
git push -f origin gh-pages