Skip to content

Commit

Permalink
test: try creat user
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin committed Oct 21, 2019
1 parent aa9a4ae commit a113c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ matrix:
before_script:
- curl http://localhost:5984
- curl -X PUT http://localhost:5984/testdb
- curl -X GET http://localhost:5984/_utils
- curl -X PUT http://localhost:5984/_node/couchdb@localhost/_config/admins/admin -d '"pass"'
- curl -s -X PUT http://localhost:5984/_config/admins/admin -d '"pass"'

script:
- npm run postinstall -- --scope "@loopback/test-repository-cloudant" --include-dependencies
- npm run build -- --scope "@loopback/test-repository-cloudant" --include-dependencies
Expand Down

0 comments on commit a113c72

Please sign in to comment.