Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Try fix Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 12, 2018
1 parent 5335bb1 commit 6f1b0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- nvm use 8.1.1

install:
- curl -sSL -o /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.2.6/hadolint-Linux-x86_64 && chmod a+x /usr/bin/hadolint
- sudo curl -sSL -o /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.2.6/hadolint-Linux-x86_64 && sudo chmod a+x /usr/bin/hadolint
- npm install -g eslint csslint sass-lint jsonlint stylelint eslint-plugin-react eslint-plugin-react-native babel-eslint
- pip install -U tox

Expand Down

0 comments on commit 6f1b0af

Please sign in to comment.