diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4f0c861..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: bash - -before_install: - # To install bats and test our shell/bash functions - - git clone -b "v1.1.0" "https://github.com/bats-core/bats-core.git" - - sudo ./bats-core/install.sh /usr/local - - rm -rf ./bats-core - - sudo apt-get install -qq zsh - -# For bats functional tests -env: - - functional_test="true" - -# command to run tests -script: - - /usr/local/bin/bats test - -notifications: - email: - on_success: never