Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit f45d0a9

Browse files
committed
fix travis script
1 parent 4b83d79 commit f45d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020

2121
script:
2222
- docker-compose up -d newdat && sleep 10
23-
- docker-compose run --rm datproject sh -c 'npm i --only=dev --loglevel warn && npm run test'
23+
- docker-compose run --rm datbase sh -c 'npm i --only=dev --loglevel warn && npm run test'
2424
- docker-compose run --rm nightwatch
2525

2626
after_success:

0 commit comments

Comments
 (0)