Remove unused ui travis config

This commit is contained in:
Michael Lange
2018-01-10 14:06:15 -08:00
parent e2ffbc0e4c
commit 01102b24f7

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