Changeset 11040
- Timestamp:
- 08/30/2016 09:30:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r11038 r11040 8 8 9 9 cache: 10 apt: true 10 11 directories: 11 12 - $HOME/.composer/cache 13 - $HOME/.rvm/gems 12 14 # - /tmp/wordpress/src/wp-content/plugins/buddypress/node_modules 13 15 … … 58 60 # before_install: Failures in this section will result in build status 'errored' 59 61 before_install: 62 # scss-lint requires Ruby >= 2.2 63 - source ~/.rvm/scripts/rvm && rvm install 2.2.0 && rvm use 2.2.0 60 64 # set up WP install 61 65 - export WP_DEVELOP_DIR=/tmp/wordpress/ … … 88 92 - mysql --version 89 93 - phpenv versions 94 - ruby --version 90 95 91 96 # before_script: Failures in this section will result in build status 'errored'
Note: See TracChangeset
for help on using the changeset viewer.