Newer
Older
ubFramework / Portal / docroot / js / plugins / bootstrap-tour / .travis.yml
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 243 bytes Cleaning Up Making It A Sub Module
language: node_js
node_js:
  - "0.10"
before_install:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
before_script:
  - npm install -g gulp
  - npm install -g bower
  - bower install
branches:
  only:
    - master
    - develop