font-awesome-animation/.travis.yml

7 lines
107 B
YAML
Raw Normal View History

2014-01-22 06:03:43 +08:00
language: node_js
node_js:
2018-01-14 17:25:21 +08:00
- '6'
2014-01-22 06:03:43 +08:00
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'