Skip to content

Commit

Permalink
Experimenting with automated tests using travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Apr 4, 2013
1 parent f14b655 commit 366a5da
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -23,6 +23,10 @@ matrix:
# Install dependencies
install:
- git clone git://github.com/LuaDist/Tools.git ~/_tools
# For testing
- git clone git://github.com/lubyk/lut.git ~/_lut
- ln -sf ~/_lut/lut lut
- ln -sf ~/_lut/lut/init.lua lut.lua
- ~/_tools/travis/travis install

# Bootstap
Expand All @@ -35,7 +39,7 @@ script:

# Execute additional tests or commands
after_script:
- ~/_tools/travis/travis test
- lua test/all.lua

# Only watch the master branch
branches:
Expand All @@ -45,7 +49,8 @@ branches:
# Notify the LuaDist Dev group if needed
notifications:
recipients:
- luadist-dev@googlegroups.com
- gaspard@teti.ch
#- luadist-dev@googlegroups.com
email:
on_success: change
on_failure: always

0 comments on commit 366a5da

Please sign in to comment.