forked from lunarmodules/busted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make travis only run core specs; some are made to fail
- Loading branch information
1 parent
bfde4f2
commit 3db5b55
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -34,4 +34,4 @@ notifications: | |
- [email protected] | ||
email: | ||
on_success: always | ||
on_failure: always | ||
on_failure: always |