Skip to content

Commit

Permalink
remove extra &&
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghaoy committed Feb 25, 2020
1 parent 498a92a commit 4e1d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
script:
- >-
./minnie-kenny.sh --force &&
git secrets --scan-history &&
git secrets --scan-history
- export SBT_OPTS="-J-Xmx3g -Denv.type=test -Ddirectory.url=ldap://localhost:3389
-Ddirectory.password=testtesttest -Dpostgres.host=localhost -Dpostgres.port=15432"
- sbt clean "testOnly -- -n org.broadinstitute.tags.SchemaInit"
Expand Down

0 comments on commit 4e1d844

Please sign in to comment.