##// END OF EJS Templates
remove timings in travis.yml...
Min RK -
Show More
@@ -11,11 +11,11 b' before_install:'
11 # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155
11 # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155
12 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
12 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
13 # Pierre Carrier's PPA for PhantomJS and CasperJS
13 # Pierre Carrier's PPA for PhantomJS and CasperJS
14 - time sudo add-apt-repository -y ppa:pcarrier/ppa
14 - sudo add-apt-repository -y ppa:pcarrier/ppa
15 # Needed to get recent version of pandoc in ubntu 12.04
15 # Needed to get recent version of pandoc in ubntu 12.04
16 - time sudo add-apt-repository -y ppa:marutter/c2d4u
16 - sudo add-apt-repository -y ppa:marutter/c2d4u
17 - time sudo apt-get update
17 - sudo apt-get update
18 - time sudo apt-get install pandoc casperjs libzmq3-dev
18 - sudo apt-get install pandoc casperjs libzmq3-dev
19 # pin tornado < 4 for js tests while phantom is on super old webkit
19 # pin tornado < 4 for js tests while phantom is on super old webkit
20 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
20 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
21 - if [[ $GROUP == 'js' ]]; then pip install -f travis-wheels/wheelhouse 'tornado<4'; fi
21 - if [[ $GROUP == 'js' ]]; then pip install -f travis-wheels/wheelhouse 'tornado<4'; fi
General Comments 0
You need to be logged in to leave comments. Login now