Skip to content

Commit

Permalink
add before_script, so that the project new tests will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 16, 2016
1 parent c0f4e1b commit 626c3bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -14,5 +14,10 @@ smalltalk:
# allow_failures:
# - os: linux # requires 3.4.0, but let's see how it goes

before_script:
# 'project new' command tests need this
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"

#script:
# - ./run.sh --debug

0 comments on commit 626c3bb

Please sign in to comment.