diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e4e479d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: node_js -dist: trusty -sudo: false -node_js: - - '10' -services: - - postgresql -addons: - postgresql: "9.6" - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4 - - export PATH=$HOME/.yarn/bin:$PATH -before_script: - - psql -c "create database testing;" -U postgres -env: - global: - - DATABASE_URL="postgres://postgres@localhost:5432/testing"