This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/web/.travis.yml
2017-07-23 23:47:06 -07:00

21 lines
313 B
YAML

---
language: node_js
node_js:
- "6"
sudo: false
cache:
yarn: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add phantomjs-prebuilt
- phantomjs --version
install:
- yarn install --non-interactive
script:
- yarn test