Skip to content

Commit c94aa5b

Browse files
committed
we don't need sudo for that
1 parent 865f4a2 commit c94aa5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ before_install:
1515
- sudo monetdbd set passphrase=testdb /var/lib/monetdb
1616
- sudo monetdb create demo
1717
- sudo monetdb release demo
18-
- echo "create schema test_schema;" | sudo mclient test
19-
- echo "create schema test_schema2;" | sudo mclient test
20-
- echo "alter user monetdb set schema test_schema2;" | sudo mclient test
18+
- echo "create schema test_schema;" | mclient test
19+
- echo "create schema test_schema2;" | mclient test
20+
- echo "alter user monetdb set schema test_schema2;" | mclient test
2121

2222
install:
2323
- pip install -r requirements.txt --use-mirrors

0 commit comments

Comments
 (0)