Browse Source

Run update instead of install to update the lock file

Abdullah Almsaeed 7 năm trước cách đây
mục cha
commit
737c9d7d6c
3 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 1
      .gitignore
  2. 1 1
      .travis.yml
  3. 1 0
      composer.json

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 .DS_Store
 .idea/
-vendor/*
+vendor/
 tests/.env

+ 1 - 1
.travis.yml

@@ -74,7 +74,7 @@ script:
   - drush trp-run-jobs --username=admin
 
   # Run PHPUnit tests
-  - composer install
+  - composer update
   - ./vendor/bin/phpunit
 
   # Test Tripal v2 to v3 upgrade steps

+ 1 - 0
composer.json

@@ -1,5 +1,6 @@
 {
   "require-dev": {
+    "doctrine/instantiator": "1.0.*",
     "statonlab/tripal-test-suite": "~1.0.0"
   }
 }