Skip to content

Commit

Permalink
Merge pull request #9065 from CesiumGS/node-12
Browse files Browse the repository at this point in the history
Switch to Node 12 for CI
  • Loading branch information
lilleyse authored Jul 28, 2020
2 parents 67a36c7 + a8b69db commit 3e8a6cc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "12"
addons:
chrome: stable
firefox: latest
Expand Down
2 changes: 1 addition & 1 deletion Specs/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"overrides": [
{
"files": [
"karma.conf.js"
"karma.conf.cjs"
],
"parserOptions": {
"sourceType": "script"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions gulpfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (/\.0$/.test(version)) {
version = version.substring(0, version.length - 2);
}

var karmaConfigFile = path.join(__dirname, "Specs/karma.conf.js");
var karmaConfigFile = path.join(__dirname, "Specs/karma.conf.cjs");
var travisDeployUrl =
"http://cesium-dev.s3-website-us-east-1.amazonaws.com/cesium/";

Expand Down Expand Up @@ -115,7 +115,7 @@ var filesToConvertES6 = [
"!Source/Workers/cesiumWorkerBootstrapper.js",
"!Source/Workers/transferTypedArrayTest.js",
"!Specs/karma-main.js",
"!Specs/karma.conf.js",
"!Specs/karma.conf.cjs",
"!Specs/spec-main.js",
"!Specs/SpecList.js",
"!Specs/TestWorkers/**",
Expand Down

0 comments on commit 3e8a6cc

Please sign in to comment.