Skip to content

Commit bbd922f

Browse files
committed
Bump devDependencies and tweak TravisCI config
1 parent b101018 commit bbd922f

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
branches:
22
only:
33
- master
4-
env:
5-
global:
6-
- ATOM_LINT_WITH_BUNDLED_NODE: false
74
git:
85
depth: 10
96

10-
language: cpp
7+
language: node_js
8+
9+
node_js: 12
1110

1211
matrix:
1312
include:
@@ -40,5 +39,5 @@ notifications:
4039
on_failure: change
4140

4241
script:
43-
- "nvm install 12.0 && node --version"
44-
- "curl -sL https://git.io/fji1w | sh"
42+
- node --version
43+
- curl -sL https://git.io/fji1w | sh

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"micromatch": "^4.0.2"
2020
},
2121
"devDependencies": {
22-
"@alhadis/eslint-config": "^2.3.2",
23-
"@babel/eslint-parser": "^7.13.10",
24-
"atom-mocha": "^2.2.1",
22+
"@alhadis/eslint-config": "^2.3.3",
23+
"@babel/eslint-parser": "^7.15.0",
24+
"atom-mocha": "^2.2.2",
2525
"coffee-script": "^1.12.7",
2626
"coffeelint": "^2.1.0",
27-
"eslint": "^7.21.0",
28-
"eslint-plugin-import": "^2.22.1",
27+
"eslint": "^7.32.0",
28+
"eslint-plugin-import": "^2.24.2",
2929
"get-options": "^1.2.0",
3030
"rimraf": "^3.0.2",
3131
"tmp": "^0.1.0",

0 commit comments

Comments
 (0)