Skip to content

Commit

Permalink
Fix CI to allow delivering (#65)
Browse files Browse the repository at this point in the history
* Make linter passing

* Install modern version of yarn on TravisCI

* Use LTS release of node
  • Loading branch information
ezhlobo authored and ForbesLindesay committed Aug 8, 2018
1 parent 248ecbb commit 3980e3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: node_js
node_js:
- "node"
- "lts/*"

# Use faster Docker architecture on Travis.
sudo: false

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"

install:
- yarn
- node get-langs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"resolve": "^1.1.7"
},
"devDependencies": {
"eslint-config-xo-react": "^0.16.0",
"eslint-config-xo-react": "0.14.0",
"eslint-plugin-react": "^7.0.0",
"gethub": "^2.0.2",
"jstransformer-babel": "^2.1.0",
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1896,9 +1896,9 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-xo-react@^0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.13.0.tgz#63518dbd8a87f0700f0861fbb6ac0fb5efdf6039"
eslint-config-xo-react@0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.14.0.tgz#eaa3ecc14d3860b495f64dfc19a8674d21a93d40"

eslint-config-xo@^0.18.0:
version "0.18.2"
Expand Down Expand Up @@ -4180,14 +4180,22 @@ pug-filters@^2.1.5:
resolve "^1.1.6"
uglify-js "^2.6.1"

pug-lexer@^3.0.0, pug-lexer@^3.1.0:
pug-lexer@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-3.1.0.tgz#fd087376d4a675b4f59f8fef422883434e9581a2"
dependencies:
character-parser "^2.1.1"
is-expression "^3.0.0"
pug-error "^1.3.2"

pug-lexer@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-4.0.0.tgz#210c18457ef2e1760242740c5e647bd794cec278"
dependencies:
character-parser "^2.1.1"
is-expression "^3.0.0"
pug-error "^1.3.2"

pug-linker@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-3.0.3.tgz#25f59eb750237f0368e59c3379764229c0189c41"
Expand Down

0 comments on commit 3980e3c

Please sign in to comment.