animate.css/.travis.yml
Waren Gonzaga 6696389a06 Update the devDependencies, Fix build failing status, and some minor changes! (#766)
* Update the devDependencies

* Update the gitignore file

* Update the version of gulp

* Fix the build error in the gulpfile script

* Update node version testing for travis
2017-12-10 00:18:47 -03:00

8 lines
96 B
YAML

language: node_js
node_js:
- "9"
- "8"
- "6"
before_script:
- npm install -g gulp
script: gulp