mirror of https://github.com/hans362/DisqusJS.git
parent
c5fa6ee347
commit
bf43c1871b
@ -0,0 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "9"
|
||||
before_install:
|
||||
- yarn global add gulp-cli
|
||||
install:
|
||||
- yarn
|
||||
script:
|
||||
- gulp build
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
Loading…
Reference in New Issue