From: Joe Workman Date: Tue, 22 Oct 2019 16:08:30 +0000 (-0700) Subject: chore: addeed node 12 & node to travis X-Git-Tag: v6.6.0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11878%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: addeed node 12 & node to travis --- diff --git a/.travis.yml b/.travis.yml index 9a9b4dac5..b312fd27e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ os: node_js: - 8 - 10 -# - node + - 12 + - node env: global: @@ -20,7 +21,7 @@ env: matrix: include: - os: linux - node_js: 10 + node_js: stable env: ZF_TRAVIS_COMMAND=test:javascript:browserstack install: yarn --network-timeout 1000000