Skip to content

Commit

Permalink
Merge pull request #60 from jackfirth/fix-travis-build-#59
Browse files Browse the repository at this point in the history
Restrict push builds to master
  • Loading branch information
jackfirth committed Jul 7, 2015
2 parents a2ca938 + 1302d15 commit 5b8b810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
langauge: c
sudo: false

env:
global:
- RACKET_DIR=~/racket
Expand All @@ -16,3 +17,7 @@ install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR # install depende
script:
- raco test $TRAVIS_BUILD_DIR # run tests. you wrote tests, right?
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage . # generate coverage information for coveralls

branches:
only:
- master

0 comments on commit 5b8b810

Please sign in to comment.