2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-29 08:33:47 +00:00
nativefier/.travis.yml

16 lines
192 B
YAML
Raw Normal View History

2016-01-23 18:05:03 +00:00
language: node_js
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "node"
- "4.2"
- "0.12"
- "0.10"
- "iojs"