Skip to content

Commit

Permalink
Merge pull request #1749 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Revert the Travis CI changes made in #1744
  • Loading branch information
mekarpeles committed Dec 20, 2018
2 parents e70f084 + c16a5a5 commit 1a05705
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
addons:
apt:
packages:
Expand All @@ -8,14 +7,7 @@ python:
- "2.7"
- "3.6"
matrix:
include:
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs
- language: node_js
node_js: "11"
install: npm install -g eslint
script: npm test
allow_failures:
- language: node_js
- python: "3.6"
install:
- pip install flake8
Expand Down

0 comments on commit 1a05705

Please sign in to comment.