-
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.
Replaced old js minifier and added "test" task
- Loading branch information
1 parent
431bae6
commit a82f56c
Showing
4 changed files
with
288 additions
and
125 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 |
---|---|---|
@@ -1,10 +1,15 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "8" | ||
- "7" | ||
- "6" | ||
- "5" | ||
- "4" | ||
|
||
script: | ||
- bash tests/tests.bash | ||
|
||
cache: | ||
directories: | ||
- node_modules |
Oops, something went wrong.