mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
6696389a06
* 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
8 lines
No EOL
96 B
YAML
8 lines
No EOL
96 B
YAML
language: node_js
|
|
node_js:
|
|
- "9"
|
|
- "8"
|
|
- "6"
|
|
before_script:
|
|
- npm install -g gulp
|
|
script: gulp |