LimePot
76722fec47
Going to slowly work on a Bulma site, which will end up being the main site. Currently under the /BETA/ folder so Alpha site will still be main site.
20 lines
No EOL
263 B
YAML
20 lines
No EOL
263 B
YAML
language: node_js
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
node_js:
|
|
- 11
|
|
- lts/carbon
|
|
- lts/dubnium
|
|
|
|
env:
|
|
- YARN_GPG=no # https://travis-ci.community/t/timeout-after-build-finished-and-succeeded/1336
|
|
|
|
os:
|
|
- linux
|
|
- windows
|
|
|
|
notifications:
|
|
email: false |