UNPKG
adextent-phantom
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
PhantomJS wrapper for Node
github.com/sgentle/phantomjs-node
adextent-com/phantomjs-node
adextent-phantom
/
.travis.yml
19 lines
(17 loc)
•
254 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo: false
language: node_js
# Add build chain config for Node GYP in Node 4.x
env:
- CXX=g++-4.8
addons:
apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
node_js:
-
"4.1"
-
"4.0"
-
"0.12"
-
"0.11"
-
"0.10"