Skip to content

Commit

Permalink
Merge pull request #11 from fs-webdev/eslint-errors
Browse files Browse the repository at this point in the history
Back-pin eslint-plugin-react to avoid linting syntax errors
  • Loading branch information
redbugz committed Oct 1, 2019
2 parents 7dcc147 + 46afae0 commit 52a3127
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1,674 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ before_install:
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
- echo "//code.lds.org/artifactory/api/npm/npm-fhd/:_authToken=${NPM_PUBLISH_TOKEN}" >> .npmrc
- echo "@fs:registry=https://code.lds.org/artifactory/api/npm/npm-fhd/" >> .npmrc
branches:
only:
- master
deploy:
provider: script
skip_cleanup: true
script: npm run publish
on:
branch: master
branch: master

0 comments on commit 52a3127

Please sign in to comment.