diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ee6cfc7..fce8a96 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -32,7 +32,7 @@ before_install: | |||
32 | 32 | ||
33 | install: | 33 | install: |
34 | - export DEBUG=DEBUG | 34 | - export DEBUG=DEBUG |
35 | - sudo -E luarocks make rockspecs/luasocket-scm-0.rockspec | 35 | - sudo -E luarocks make luasocket-scm-0.rockspec |
36 | 36 | ||
37 | script: | 37 | script: |
38 | - cd test | 38 | - cd test |
@@ -51,4 +51,4 @@ script: | |||
51 | notifications: | 51 | notifications: |
52 | email: | 52 | email: |
53 | on_success: change | 53 | on_success: change |
54 | on_failure: always \ No newline at end of file | 54 | on_failure: always |