Changeset 11587 for trunk/.travis.yml
- Timestamp:
- 06/13/2017 04:38:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r11535 r11587 11 11 directories: 12 12 - $HOME/.composer/cache 13 - $HOME/.rvm/gems14 13 # - /tmp/wordpress/src/wp-content/plugins/buddypress/node_modules 15 14 … … 52 51 # before_install: Failures in this section will result in build status 'errored' 53 52 before_install: 54 # scss-lint requires Ruby >= 2.255 - source ~/.rvm/scripts/rvm && rvm install 2.2.0 && rvm use 2.2.056 53 # set up WP install 57 54 - export WP_DEVELOP_DIR=/tmp/wordpress/ … … 75 72 # prepare for running the tests 76 73 - cd $plugin_dir 77 - gem install scss_lint78 74 # setup NodeJS version using NVM 79 75 - node --version … … 84 80 - mysql --version 85 81 - phpenv versions 86 - ruby --version87 82 - php --version 88 83 - php -m
Note: See TracChangeset
for help on using the changeset viewer.