Changeset 8368
- Timestamp:
- 05/04/2014 01:53:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r8018 r8368 35 35 - mysql -e 'CREATE DATABASE wordpress_test;' -uroot 36 36 # prepare for running the tests 37 - cd $plugin_dir/tests 37 - cd $plugin_dir 38 - npm install -g grunt-cli 39 - npm install 38 40 39 script: phpunit41 script: grunt travis 40 42 41 43 notifications:
Note: See TracChangeset
for help on using the changeset viewer.