Skip to content

Commit

Permalink
Remove Docker from setup
Browse files Browse the repository at this point in the history
* Update .travis.yml
* Remove Dockerfile_tests and docker-compose.yml
  • Loading branch information
justin808 committed Aug 1, 2016
1 parent cdb246b commit 8cec9cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ env:

before_install:
- sudo apt-get update
- curl -L https://github.com/docker/compose/releases/download/1.4.0/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- sudo apt-get install -y xvfb libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
Expand All @@ -34,7 +31,6 @@ install:
- rake dummy_apps
- rake examples
- rake node_package
- docker-compose up lint

before_script:
- "export DISPLAY=:99"
Expand Down
12 changes: 0 additions & 12 deletions Dockerfile_tests

This file was deleted.

11 changes: 0 additions & 11 deletions docker-compose.yml

This file was deleted.

0 comments on commit 8cec9cf

Please sign in to comment.