Skip to content

Commit

Permalink
Update DEVELOPING.md
Browse files Browse the repository at this point in the history
Update DEVELOPING.md
  • Loading branch information
jridgewell committed Apr 5, 2016
2 parents efcfc87 + 27ef4b3 commit 88b042b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export SAUCE_ACCESS_KEY=access-key

Also for local testing, download [saucelabs connect](https://docs.saucelabs.com/reference/sauce-connect/) (If you are having trouble, downgrade to 4.3.10) and establish a tunnel by running the `sc` before running tests.

Because of the user name and password requirement pull requests do not directly run on Travis. If your pull request contains JS or CSS changes and it does not change the build system, it will be automatically build by our bot [@ampsauce](https://github.com/ampsauce/amphtml). Builds can be seen on [@ampsauce's Travis](https://travis-ci.org/ampsauce/amphtml/builds) and after they finished their state will be logged to your PR.
If your pull request contains JS or CSS changes and it does not change the build system, it will be automatically built and tested on [Travis](https://travis-ci.org/ampproject/amphtml/builds). After the travis run completes, the result will be logged to your PR.

If a test flaked on a pull request you can ask for a retry by sending the comment `@ampsauce retry`. This will only be accepted if you are a member of the "ampproject" org. Ping us if you'd like to be added. You may also need to publicly reveal your membership.
If a test flaked on a pull request you can ask a project owner to restart the tests for you.

### Manual testing

Expand Down

0 comments on commit 88b042b

Please sign in to comment.