Skip to content

Commit

Permalink
Use nodejs image
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol committed Mar 30, 2019
1 parent 27376d7 commit 608eddf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,12 +1,18 @@
sudo: required
dist: trusty

language: generic
language: node_js
node_js: 8

cache:
directories:
- $HOME/haxe

os:
- linux
# - osx

install:
- nvm use node
- npm install

script:
Expand Down

0 comments on commit 608eddf

Please sign in to comment.