Skip to content

Commit 1c0ea1e

Browse files
committed
Fix Travis
1 parent d7de9ea commit 1c0ea1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: node_js
22
node_js:
3-
- '4'
43
- '6'
54
- '7'
65

76
before_script:
87
- npm run build
98
- npm link
109
- npm link babel-plugin-lightscript
10+
- npm run build
1111

1212
notifications:
1313
email: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "mocha test",
1111
"test:debug": "node --inspect --debug-brk mocha test",
1212
"build": "babel src --out-dir .",
13-
"prepublish": "npm run build && npm test"
13+
"preversion": "npm run build && npm test"
1414
},
1515
"author": "Alex Rattray <rattray.alex@gmail.com> (http://alexrattray.com/)",
1616
"homepage": "http://lightscript.org/",

0 commit comments

Comments
 (0)