chore: test travis file change

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
Jacob Heun 2019-04-19 14:23:25 +02:00
parent 09e5752cb4
commit fde9cd40d3
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -18,6 +18,7 @@ after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codeco
jobs: jobs:
include: include:
- os: linux - os: linux
sudo: false
before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
- os: windows - os: windows
@ -25,6 +26,7 @@ jobs:
cache: false cache: false
- stage: check - stage: check
os: linux
script: script:
- npx aegir build --bundlesize - npx aegir build --bundlesize
- npx aegir commitlint --travis - npx aegir commitlint --travis