Browse Source

Fix another typo

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

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ before_script:
   - docker pull statonlab/drupal7
 
 script:
-  - docker run -it -d --rm --name tripal -v "$(PWD)":/modules/tripal statonlab/drupal7
+  - docker run -it -d --rm --name tripal -v "$(pwd)":/modules/tripal statonlab/drupal7
   - sleep 10
   - docker exec -it tripal drush en -y tripal
   - docker exec -it tripal bash -c "cd /modules/tripal && composer install && ./vendor/bin/phpunit"