Skip to content

Commit

Permalink
added travis stuff from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
xicubed committed Jul 18, 2014
1 parent b09b67c commit de5d9cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
RSS parser for Clojure. Modified to post to a Flipboard via a chromedriver
https://code.google.com/p/selenium/wiki/ChromeDriver plug-in.

[![Build Status](https://travis-ci.org/xicubed/ariane.png?branch=master)](https://travis-ci.org/xicubed/ariane)

## Usage

Supports RSS 2.0
Expand Down
2 changes: 1 addition & 1 deletion ariane.iml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="jdk" jdkName="1.7" jdkType="JavaSDK" />
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
Expand Down
4 changes: 1 addition & 3 deletions ariane.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
</profile>
</annotationProcessing>
</component>
<component name="CopyrightManager" default="">
<module2copyright />
</component>
<component name="CopyrightManager" default="" />
<component name="DependencyValidationManager">
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</component>
Expand Down
2 changes: 1 addition & 1 deletion lastrun.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri, 24 Jan 2014 19:51:52 +0000
Thu, 17 Jul 2014 22:03:06 +0000
5 changes: 3 additions & 2 deletions src/ariane/rss.clj
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@
(taxi/implicit-wait 10000)
(taxi/click (taxi/find-element {:tag :h1, :text (System/getenv "FLIPBOARD_MAGAZINE")}))
(taxi/click (taxi/find-element {:tag :button, :text "Add"}))
(taxi/implicit-wait 10000)
(taxi/quit))
(Thread/sleep 10000)
(taxi/quit)
(Thread/sleep 10000))
(reset! lastrun @now)
)
)
Expand Down

0 comments on commit de5d9cc

Please sign in to comment.