diff options
| author | Carl X. Su <bcbcarl@gmail.com> | 2016-04-26 01:22:39 +0800 |
|---|---|---|
| committer | Carl X. Su <bcbcarl@gmail.com> | 2016-04-26 01:22:39 +0800 |
| commit | 310c289e78f94d5bc252ab81ec829311a193e30d (patch) | |
| tree | daa9998352e2d72e0e7588afbb885143c469ca72 /run-travis-ci.sh | |
| parent | 760110f7dedaf29e7848609f4f36b80442d6c994 (diff) | |
Add first Travis-CI config
Diffstat (limited to 'run-travis-ci.sh')
| -rw-r--r-- | run-travis-ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-travis-ci.sh b/run-travis-ci.sh new file mode 100644 index 0000000..654740a --- /dev/null +++ b/run-travis-ci.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "Build successful." |
