UNPKG

465 Btext/x-handlebars-templateView Raw
1# Travis settings.
2#
3# Generated by {{generator}} on {{today}},
4# from a template provided by {{pkg.name}}.
5#
6# @see https://docs.travis-ci.com/user/customizing-the-build/
7#
8
9language: node_js
10
11node_js:
12- '4.0.0'
13
14env:
15- NODE_ENV=test
16
17before_install:
18- npm install -g apeman bower
19- npm install -g mocha istanbul
20- npm install -g browserify babel-cli node-sass
21
22install:
23- npm install
24
25before_script:
26- apeman need
27- apeman bud
28
29script:
30- apeman task travis:build
31
\No newline at end of file