Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created September 29, 2015 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/75269eaeca10a555faf9 to your computer and use it in GitHub Desktop.
Save octalmage/75269eaeca10a555faf9 to your computer and use it in GitHub Desktop.
RobotJS Travis config for Node.js v4.
sudo: false
env:
- CXX=g++-4.8
language: node_js
node_js:
- 0.10
- 0.12
- 4.0.0
- iojs-v2
- iojs-v3
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libx11-dev
- zlib1g-dev
- libpng12-dev
- libxtst-dev
- g++-4.8
- gcc-4.8
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment