diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 87d6d52..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: bash - -before_install: - # To install bats and test our shell/bash functions - - git clone -b "v0.4.0" "https://github.com/bats-core/bats-core.git" - - sudo ./bats-core/install.sh /usr/local - - rm -rf ./bats-core - -# command to run tests -script: - - /usr/local/bin/bats test - -notifications: - email: false -