diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 23:04:56 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 23:04:56 +0200 |
commit | d29b3e5f9e195b99d3891acd8537f8f4680e430f (patch) | |
tree | 7b4c511d98e946de64ab33c17c2613e43c966835 /.travis.yml | |
parent | 679b6b85ad1f8c9110334101a1568510ad15891b (diff) | |
download | wallabag-d29b3e5f9e195b99d3891acd8537f8f4680e430f.tar.gz wallabag-d29b3e5f9e195b99d3891acd8537f8f4680e430f.tar.zst wallabag-d29b3e5f9e195b99d3891acd8537f8f4680e430f.zip |
changes in md files
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9d6ba132..00000000 --- a/.travis.yml +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | language: php | ||
2 | |||
3 | php: | ||
4 | - 5.4 | ||
5 | |||
6 | branches: | ||
7 | only: | ||
8 | - dev | ||
9 | |||
10 | before_script: | ||
11 | - composer install | ||
12 | |||
13 | notifications: | ||
14 | email: | ||
15 | - nicolas.loeuillet@gmail.com \ No newline at end of file | ||