Skip to content

Commit e5231c5

Browse files
committed
add node-chakracore to CI testing
1 parent cea685f commit e5231c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
global:
1515
- UGLIFYJS_TEST_ALL=1
1616
matrix:
17+
- NODEJS_VER=chakracore/latest
1718
- NODEJS_VER=node/0.10
1819
- NODEJS_VER=node/0.12
1920
- NODEJS_VER=node/4

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
UGLIFYJS_TEST_ALL: 1
33
matrix:
4+
- NODEJS_VER: chakracore/latest
45
- NODEJS_VER: node/0.10
56
- NODEJS_VER: node/0.12
67
- NODEJS_VER: node/4

0 commit comments

Comments
 (0)