We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4725e commit 5172b56Copy full SHA for 5172b56
2 files changed
.travis.yml
@@ -0,0 +1,9 @@
1
+sudo: false
2
+language: node_js
3
+node_js:
4
+ - "0.12"
5
+ - "4.0"
6
+script: npm run travis
7
+
8
+before_install:
9
+ - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
package.json
@@ -9,6 +9,7 @@
"autotest": "chokidar src test -c 'npm test'",
10
"test": "mocha --compilers js:babel/register",
11
"posttest": "npm run lint && npm run build",
12
+ "travis": "npm run test",
13
"prepublish": "npm run build"
14
},
15
"repository": {
0 commit comments