Skip to content

Commit

Permalink
Move remaining Travis before_install packages to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier committed May 12, 2018
1 parent 2fbd8ef commit 03f5fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
before_script:
- 'npm install -g grunt-cli'
- 'npm install grunt'
- 'npm install karma'
- 'npm install grunt-karma'
- 'npm install karma-phantomjs-launcher'
deploy:
- provider: releases
api_key:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^0.1.4",
"qunitjs": "^1.23.0"
},
Expand Down

0 comments on commit 03f5fd9

Please sign in to comment.