Skip to content

Commit

Permalink
added build
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 30, 2014
1 parent ec318f7 commit d7c9c4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/caarlos0/shell-travis-build.git
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: bash
install:
- ./build/install.sh
script:
- ./build/build.sh
notifications:
email: false
1 change: 1 addition & 0 deletions build
Submodule build added at 5738a0

0 comments on commit d7c9c4d

Please sign in to comment.