2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-21 01:09:01 +00:00
nativefier/.travis.yml
2016-01-24 02:05:03 +08:00

16 lines
192 B
YAML

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"