Skip to content

Commit 52a3127

Browse files
authored
Merge pull request #11 from fs-webdev/eslint-errors
Back-pin eslint-plugin-react to avoid linting syntax errors
2 parents 7dcc147 + 46afae0 commit 52a3127

File tree

3 files changed

+37
-1674
lines changed

3 files changed

+37
-1674
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ before_install:
55
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
66
- echo "//code.lds.org/artifactory/api/npm/npm-fhd/:_authToken=${NPM_PUBLISH_TOKEN}" >> .npmrc
77
- echo "@fs:registry=https://code.lds.org/artifactory/api/npm/npm-fhd/" >> .npmrc
8+
branches:
9+
only:
10+
- master
811
deploy:
912
provider: script
1013
skip_cleanup: true
1114
script: npm run publish
1215
on:
13-
branch: master
16+
branch: master

0 commit comments

Comments
 (0)