Skip to content

Commit

Permalink
Traaaaaaavis
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed May 3, 2012
1 parent c384b95 commit dd49505
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js:
- 0.6
notifications:
email:
recipients:
- brianloveswords@gmail.com
before_script:
- ln -s lib/environments/local-dist.js lib/environments/local.js
- mysql -e 'create database openbadges;'
- mysql -e "grant all on openbadges.* to user 'badgemaker'@'localhost' identified by 'secret'"

0 comments on commit dd49505

Please sign in to comment.