Changeset 8516
- Timestamp:
- 06/14/2014 07:09:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r8515 r8516 23 23 fast_finish: true 24 24 25 before_script: 25 # before_install: Failures in this section will result in build status 'errored' 26 before_install: 26 27 # set up WP install 27 28 - export WP_DEVELOP_DIR=/tmp/wordpress/ … … 46 47 - cd $plugin_dir 47 48 - npm install -g grunt-cli 49 50 # before_script: Failures in this section will result in build status 'errored' 51 before_script: 48 52 - npm install 49 53 54 # Run tests 50 55 script: grunt travis 51 56
Note: See TracChangeset
for help on using the changeset viewer.