Skip to content

Commit

Permalink
make travis only run core specs; some are made to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Jan 15, 2013
1 parent bfde4f2 commit 3db5b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- sudo luarocks make
- cd ../

script: "sudo luarocks make && busted spec"
script: "sudo luarocks make && busted spec/core_spec.lua"

notifications:
webhooks:
Expand All @@ -34,4 +34,4 @@ notifications:
- [email protected]
email:
on_success: always
on_failure: always
on_failure: always

0 comments on commit 3db5b55

Please sign in to comment.