Browse Source

💚 Call test script with explicit bash

pull/1/head
Sebastián Ramírez 6 years ago
parent
commit
07b3a330a3
  1. 2
      .travis.yml

2
.travis.yml

@ -11,7 +11,7 @@ install:
- flit install - flit install
script: script:
- scripts/test.sh - bash scripts/test.sh
# after_script: # after_script:
# - codecov # - codecov

Loading…
Cancel
Save