Skip to content

Commit

Permalink
v5: Fix the caniuse-lite version (#287)
Browse files Browse the repository at this point in the history
* Replace http-server with serve (#271)

* Replace http-server with serve

* Update node version to 10 for CI

* Add slash to tests

* Upgrade cypress

* fix caniuselite version
  • Loading branch information
agubler authored Jun 18, 2019
1 parent 0cbc518 commit d7572f2
Show file tree
Hide file tree
Showing 6 changed files with 596 additions and 476 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "6"
nodejs_version: "10"
FORCE_COLOR: 1

# Install scripts. (runs after repo cloning)
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addons:
before_install:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
node_js:
- '6'
- '10'
env:
global:
- SAUCE_USERNAME: dojo2-ts-ci
Expand Down
Loading

0 comments on commit d7572f2

Please sign in to comment.