Skip to content

Commit 6947e1b

Browse files
committed
update .travis.yml
1 parent b4361c9 commit 6947e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ before_script:
1111
- psql -f tests/before_script.sql -U postgres
1212

1313
script:
14-
- deno test.ts --allow-net --allow-env
15-
- deno format.ts --allow-run --check
14+
- deno --allow-net --allow-env test.ts
15+
- deno --allow-run format.ts --check

0 commit comments

Comments
 (0)