Skip to content

Commit

Permalink
fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuajun committed Jul 12, 2020
1 parent a7b980c commit 05a0d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ install:
- install_pg
- install_custom_pg
before_script:
- chmod 777 .
- chmod 777 data
- chmod 666 data/*
# - chmod 777 .
# - chmod 777 data
# - chmod 666 data/*
- config_and_start_cluster
script: pg_travis_test
after_success:
Expand Down

0 comments on commit 05a0d4c

Please sign in to comment.