branch: elpa/with-simulated-input
commit 311c1426504d9ca5c6702dd6d32ad364b6c1b8a6
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>

    Add comments explaining why tests are run twice
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1cb32a75bc..b6b0fa7ea0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,5 +30,7 @@ before_script:
   - eldev prepare test
 
 script:
-  - travis-wait-enhanced --timeout=3m -- eldev -s -dtT test
-  - travis-wait-enhanced --timeout=3m -- eldev -p -dtT test
+  # Run in source mode for undercover
+  - travis-wait-enhanced --timeout=3m -- eldev -dtT --loading=source test
+  # Run in packaged mode for testing "actual use" conditions
+  - travis-wait-enhanced --timeout=3m -- eldev -dtT --loading=packaged test

Reply via email to