Skip to content

Commit

Permalink
fix travis.yml: # means comment not //
Browse files Browse the repository at this point in the history
  • Loading branch information
toutpt committed Jan 21, 2013
1 parent bc92fd7 commit f30d0db
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .travis.yml
Expand Up @@ -4,25 +4,26 @@ env:
- TARGET=test
- TARGET=coverage.sh
- TARGET=python-validation-sh
// - TARGET=css-validation.sh
// - TARGET=js-validation.sh

// csslint and jshint dependencies, uncomment if needed
// before_install:
// - sudo apt-get install ack-grep
// - sudo apt-add-repository ppa:chris-lea/node.js -y
// - sudo apt-get update 1>/dev/null
// - sudo apt-get install nodejs npm -y
# - TARGET=css-validation.sh
# - TARGET=js-validation.sh

// csslint
// - npm install csslint -g

// jshint
// - npm install jshint -g

// robotframework or selenium
// - export DISPLAY=:99.0
// - sh -e /etc/init.d/xvfb start
# csslint and jshint dependencies, uncomment if needed
# before_install:
# - sudo apt-get install ack-grep
# - sudo apt-add-repository ppa:chris-lea/node.js -y
# - sudo apt-get update 1>/dev/null
# - sudo apt-get install nodejs npm -y
#
# csslint
# - npm install csslint -g
#
# jshint
# - npm install jshint -g
#
# robotframework or selenium
# - export DISPLAY=:99.0
# - sh -e /etc/init.d/xvfb start

install:
- mkdir -p buildout-cache/eggs
Expand Down

0 comments on commit f30d0db

Please sign in to comment.