Skip to content

Commit c595b6f

Browse files
committed
Drop phantomjs test for now
1 parent 2359ce8 commit c595b6f

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: node_js
2-
node_js:
3-
- "0.10"
4-
- "0.11"
5-
- iojs
62

7-
matrix:
8-
allow_failures:
9-
- node_js: "0.11"
10-
- node_js: "iojs"
3+
node_js:
4+
- node
115

12-
before_install: npm install -g gulp
6+
before_script:
7+
- npm install -g gulp-cli
8+
script:
9+
- gulp
10+
- npm run test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A Javascript module to convert emoji keywords to images.",
55
"main": "dist/js/index.min.js",
66
"scripts": {
7-
"test": "phantomjs tests/phantom.js && node tests/node",
8-
"watch": "tsc --watch"
7+
"test": "node tests/node",
8+
"build": "gulp"
99
},
1010
"types": "dist/index.d.ts",
1111
"repository": {

0 commit comments

Comments
 (0)