Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Travis CI (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
harlantwood authored and ahdinosaur committed Sep 29, 2017
1 parent df3a0af commit e1dd111
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
sudo: false

language: node_js

before_install:
- npm install -g npm@latest
- sudo apt-get -qq update
- sudo apt-get install -y g++ m4 libtool automake # build tools
- sudo apt-get install -y libxext-dev libxtst-dev libxkbfile-dev # spellchecker headers

node_js:
- 4
- 5
- 6
- 7
- stable

script:
- pwd # run no-op to prevent failure from no tests

0 comments on commit e1dd111

Please sign in to comment.