We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2359ce8 commit c595b6fCopy full SHA for c595b6f
.travis.yml
@@ -1,12 +1,10 @@
1
language: node_js
2
-node_js:
3
- - "0.10"
4
- - "0.11"
5
- - iojs
6
7
-matrix:
8
- allow_failures:
9
- - node_js: "0.11"
10
- - node_js: "iojs"
+node_js:
+ - node
11
12
-before_install: npm install -g gulp
+before_script:
+ - npm install -g gulp-cli
+script:
+ - gulp
+ - npm run test
package.json
@@ -4,8 +4,8 @@
"description": "A Javascript module to convert emoji keywords to images.",
"main": "dist/js/index.min.js",
"scripts": {
- "test": "phantomjs tests/phantom.js && node tests/node",
- "watch": "tsc --watch"
+ "test": "node tests/node",
+ "build": "gulp"
},
"types": "dist/index.d.ts",
"repository": {
0 commit comments