Files
ui-bootstrap4/.travis.yml
T
2015-12-16 11:10:48 -05:00

20 lines
293 B
YAML

language: node_js
node_js:
- "5.2"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli karma
script: grunt
sudo: false