Skip to content

Commit 62160a8

Browse files
committed
getting travis to run the tests bash
1 parent 266f2f3 commit 62160a8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_js:
44
- "4"
55
before_script:
66
- npm install -g grunt-cli
7+
script: . tests.sh

tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
2+
23
cp dependency-mods/files_check.js node_modules/grunt-files-check/tasks/files_check.js
34
grunt test -v

0 commit comments

Comments
 (0)