UNPKG

northem-light

Version:
23 lines (22 loc) 825 B
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # title Travis CI Build Configuration + # project northem-light + # version 2.0.1 + # repository https://github.com/arcticicestudio/northem-light + # author Arctic Ice Studio + # email development@arcticicestudio.com + # copyright Copyright (C) 2016 + # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # # [References] # Travis CI Documentation # (https://docs.travis-ci.com) language: node_js sudo: false cache: directories: - $HOME/node_modules before_script: - npm install -g gulp - npm install script: gulp compile-css-template sassdoc