diff --git a/assets/images/getting-started/build-email.jpg b/assets/images/getting-started/build-email.jpg new file mode 100644 index 00000000..b7546f7c Binary files /dev/null and b/assets/images/getting-started/build-email.jpg differ diff --git a/assets/images/getting-started/new-project.jpg b/assets/images/getting-started/first-build.jpg similarity index 100% rename from assets/images/getting-started/new-project.jpg rename to assets/images/getting-started/first-build.jpg diff --git a/assets/scripts/app/templates/no_owned_repos.hbs b/assets/scripts/app/templates/no_owned_repos.hbs index 871782ed..9bec8173 100644 --- a/assets/scripts/app/templates/no_owned_repos.hbs +++ b/assets/scripts/app/templates/no_owned_repos.hbs @@ -1,5 +1,5 @@
Hey, it looks like you're new around here and have yet to set up your first repository on Travis CI. @@ -19,19 +19,37 @@
- Once you've enabled one of your projects, push some code, and we'll start processing your builds. Wait a - little bit and reload the page, and your newly setup and built project will show up on the right. You'll also - get an email notifying you of your finished build. -
+ Once you've enabled one of your projects, add a.travis.yml
to your project, push some code, and we'll start processing your builds. Wait a
+ whee while and reload the page, and your newly setup and built project will show up on the right.
+ We'll also send you an email once the build has finished. +
+ +
+
+
We use sensible defaults for most languages, but you can customize both the build process and the build environment to fit your project's needs.
+ ++ You can also configure how you want to be notified of build results. Email is only one channel you can use. We + support Campfire, HipChat, Flowdock, IRC, and webhooks. To avoid + exposing any private credentials, you can shield them from the public using encrypted + configuration settings.