Skip to content

Commit

Permalink
build: no yarn for pg-native
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Mar 26, 2019
1 parent 63fabc8 commit ab7a954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ install:
- |-
if [ "$TSC" = true ]; then npm run test-typings; fi
- |-
if [ "$DIALECT" = "postgres-native" ]; then yarn add pg-native; fi
if [ "$DIALECT" = "postgres-native" ]; then npm install pg-native; fi
env:
global:
Expand Down

0 comments on commit ab7a954

Please sign in to comment.