diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4f529cb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: bash -branches: - only: - - master -before_install: -- curl --silent https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz | tar xz -C /tmp/ -- git clone https://github.com/heroku/heroku-buildpack-testrunner.git /tmp/testrunner -script: "/tmp/testrunner/bin/run -c ." -env: - global: - - SHUNIT_HOME="/tmp/shunit2-2.1.6"