Codebase list git-secrets / 90df63b8-2b42-42ad-b3b3-ec69ca1225e6/upstream .travis.yml
90df63b8-2b42-42ad-b3b3-ec69ca1225e6/upstream

Tree @90df63b8-2b42-42ad-b3b3-ec69ca1225e6/upstream (Download .tar.gz)

.travis.yml @90df63b8-2b42-42ad-b3b3-ec69ca1225e6/upstreamraw · history · blame

1
2
3
4
5
6
7
8
language: bash

before_install:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"

script:
- make test