diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-12 16:34:36 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-12 16:34:36 -0400 |
| commit | 1937056d6a094eb7636fbc66cf057827c0a642bf (patch) | |
| tree | 2ce63db6d7f41f6e01a573fde7d347dbd32ed9b8 | |
| parent | 682f1c8a2ebef1e916183941df7be1bda2fd3b28 (diff) | |
get newer node on mac
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a1649a96..ab82e306 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,6 @@ matrix: os: osx sudo: required env: BUILD=osx - node_js: - - 7 if: type != cron AND (tag =~ ^v[0-9.]+$ OR branch != master) - language: python @@ -134,6 +132,9 @@ install: pip install -r requirements.txt pip install pyinstaller==3.3.1 + + nvm install node + nvm use node set +x elif [ -n "$LINT" ]; then pip install flake8 |
