Skip to content

Commit 0112c5b

Browse files
committed
Re-enable tests
NOTE: This build will fail. From now on, we should be reviewing new changes regularly and making informed decisions about the changes to various rules.
1 parent bd7b4d9 commit 0112c5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ before_install:
1010
- echo "//familysearch.jfrog.io/artifactory/api/npm/fs-npm-prod-virtual/:_authToken=${NPM_PUBLISH_TOKEN}" >> ~/.npmrc
1111
- echo "@fs:registry=https://familysearch.jfrog.io/artifactory/api/npm/fs-npm-prod-virtual/" >> ~/.npmrc
1212
script:
13-
- npm list --depth=0
1413
# NOTE: Because we are loosely-pinned to our linting dependencies, there will sometimes be changes to subsets of rules that we did not initiate. This is so that we can manually review when things change, and be certain that we did not lose config we care about.
15-
# - npm test
14+
- npm test
1615
deploy:
1716
- provider: script
1817
edge: true

0 commit comments

Comments
 (0)