Browse Source

used wrong username :(

Abdullah Almsaeed 7 years ago
parent
commit
eb268e34dd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -21,15 +21,15 @@ script:
   - docker exec -it tripal3 drush en -y tripal tripal_chado tripal_chado_views tripal_ds tripal_ws
   # Prepare Chado
   - docker exec -it tripal3 drush eval "module_load_include('inc', 'tripal_chado', 'includes/tripal_chado.install'); tripal_chado_load_drush_submit('Install Chado v1.3');"
-  - docker exec -it tripal3 drush trp-run-jobs --username=tripal
+  - docker exec -it tripal3 drush trp-run-jobs --username=admin
   # Prepare Drupal
   - docker exec -it tripal3 drush eval "module_load_include('inc', 'tripal_chado', 'includes/setup/tripal_chado.setup'); tripal_chado_prepare_drush_submit();"
-  - docker exec -it tripal3 drush trp-run-jobs --username=tripal
+  - docker exec -it tripal3 drush trp-run-jobs --username=admin
   # Run PHPUnit tests
   - docker exec -it tripal3 bash -c "cd /modules/tripal && composer install && DRUPAL_ROOT=/var/www/html ./vendor/bin/phpunit"
   # Destroy tripal 3 container
   - docker container stop tripal3 && docker container rm tripal3
-  # Test Tripal 2 installation
+  # Test Tripal v2 to v3 upgrade steps
   - git checkout 7.x-2.x
   - docker run -it -d --rm --name tripal2 -v "$(pwd)":/modules/tripal statonlab/drupal7
   - sleep 10