Skip to:
Content

BuddyPress.org

Changeset 8368 for trunk/.travis.yml


Ignore:
Timestamp:
05/04/2014 01:53:38 PM (10 years ago)
Author:
djpaul
Message:

Tests: update Travis-CI configuration.

This change is needed as result of the trunk re-organisation caused by the adoption of Grunt. See #5160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r8018 r8368  
    3535    - mysql -e 'CREATE DATABASE wordpress_test;' -uroot
    3636    # prepare for running the tests
    37     - cd $plugin_dir/tests
     37    - cd $plugin_dir
     38    - npm install -g grunt-cli
     39    - npm install
    3840
    39 script: phpunit
     41script: grunt travis
    4042
    4143notifications:
Note: See TracChangeset for help on using the changeset viewer.