Remove unused ui travis config

This commit is contained in:
Michael Lange 2018-01-10 14:06:15 -08:00
parent 20e63ad970
commit deb2dffefa

View file

@ -1,21 +0,0 @@
---
language: node_js
node_js:
- "6"
sudo: false
cache:
directories:
- $HOME/.npm
before_install:
- npm config set spin false
- npm install -g phantomjs-prebuilt
- phantomjs --version
install:
- npm install
script:
- npm test