Skip to content

Commit 9747072

Browse files
committed
1-st trying
1 parent 81c1472 commit 9747072

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: node_js
22
node_js:
33
- "4.1"
4-
- "4.0"
4+
5+
before_script: "npm run-script build"
6+
script: "npm run-script test"
7+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"scripts": {
77-
"build": "npm i && grunt",
78-
"test": "echo 'Testing...' && jasmine"
77+
"build": "npm i && npm install -g jasmine && grunt",
78+
"test": "jasmine"
7979
}
8080
}

0 commit comments

Comments
 (0)