Update .travis.yml #8648
Update .travis.yml #8648
Conversation
|
What has time changed that they don't run anymore? I don't get it. 3 Months ago the build passed: https://travis-ci.com/ecadius/jquery-mobile/builds/99162130 |
Consistent testing method which is described in the ReadMe.
use ubuntu 16.04
update php version
|
|
||
| script: npm run-script ci | ||
| script: npm run-script test |
apsdehal
Jun 13, 2019
Member
I believe we don't need to change this.
I believe we don't need to change this.
ecadius
Jun 14, 2019
•
Author
Contributor
The ReadMe describes the test process with npm run-script test. What is the purpose of npm run-script ci?
The ReadMe describes the test process with npm run-script test. What is the purpose of npm run-script ci?
|
Can you retrigger the build by pushing a commit? |
set php version back to 5.5
|
I reseted the php version back to 5.5. Perhaps the travis tests will pass, but they are a bit random and i simple try to rebuild my local environment which passed all tests. |
update npm
longer timeouts for the tests
|
Only one of the tests' suites is failing, we can figure that one later (has some issue related to phatomjs). Squashing and merging this one for now. Thanks. |
|
@apsdehal The issue at https://travis-ci.org/jquery/jquery-mobile/jobs/545864736 is not related to PhantomJS in particular but to the usage of |
The builds should run now. refs: #8639 #8618 #8617 #8245