Skip to content

Commit

Permalink
Add travis install section back
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Sep 17, 2015
1 parent 15be5ce commit 737d7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ sudo: false
language: python
python:
- "3.4"
install:
- script/bootstrap_server
script:
- script/cibuild
1 change: 0 additions & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
# script/cibuild: Setup environment for CI to run tests. This is primarily
# designed to run on the continuous integration server.

script/bootstrap_server
script/test coverage
coveralls

0 comments on commit 737d7c9

Please sign in to comment.