Skip to content

Commit

Permalink
chore(travis): added secret
Browse files Browse the repository at this point in the history
minor format adjustment
  • Loading branch information
Byron committed May 6, 2015
1 parent f66ea5f commit dbf42ec
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
language: rust
# NOTE: only required for coveralls, see TODO
# sudo: required

rust:
- nightly
- beta
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo doc
# TODO: setup coveralls and secret
# after_success:
# - travis-cargo doc-upload
# - travis-cargo coveralls

- travis-cargo build
- travis-cargo test
- travis-cargo doc
env:
global:
global:
secure: dNq4lrONr1BVbThL7Gg46bTLcP0caEyirs7ygKxclU1doJ9gSRTK1c2E8hU3SvhQ2eJO4dYyUigQo1b5CO82hpfWJxR7rMk4Nmy06l9kvz2O8++yHIJhObwTPeCKuWFbWyHLFKAc4o6xyTESumsHpHEApllDjkuEoxaMioJ3wY0=

0 comments on commit dbf42ec

Please sign in to comment.