Skip to content

Commit

Permalink
revert back to current node.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkooij committed May 20, 2022
1 parent 46e600d commit b810954
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8" # test backwards compatibility (grunt 1.4 requires node >=8)
- "17" # >= 17 breaks travis. No compatible with ubuntu xenial.
#- node # latest stable
- "8" # test backwards compatibility (grunt 1.4 requires node >=8)
- node # latest stable
dist: focal # node >= 17 requires ubuntu focal

before_install: npm install -g grunt-cli
install: npm install
Expand All @@ -29,15 +29,15 @@ deploy:
verbose: true
on:
branch: master
node_js: "17"
node_js: node
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: _build
verbose: true
on:
branch: master
node_js: "17"
node_js: node
tags: true
- provider: releases
file:
Expand All @@ -46,5 +46,5 @@ deploy:
api_key: $GITHUB_TOKEN
on:
branch: master
node_js: "17"
node_js: node
tags: true

0 comments on commit b810954

Please sign in to comment.