Skip to content

Commit

Permalink
had false .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iilumme committed Apr 23, 2016
1 parent 0134ae7 commit cc2f65e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: java

before_install:
- mv src/test/easyb_skip src/test/easyb_skip # Hack to make easyB tests work: we rename dir back to easyb_skip later to run tests
- mv src/test/easyb src/test/easyb_skip # Hack to make easyB tests work: we rename dir back to easyb later to run tests

after_success:
- mvn clean test jacoco:report coveralls:report

script:
- mvn test
- mv src/test/easyb_skip src/test/easyb_skip
- mv src/test/easyb_skip src/test/easyb
- ./integration_test.sh
- mv src/test/easyb_skip src/test/easyb_skip
- mv src/test/easyb src/test/easyb_skip
- mvn install -DskipTests=true

jdk:
Expand All @@ -19,8 +19,8 @@ jdk:
deploy:
skip_cleanup: true
provider: heroku
api_key:
api_key:
secure: XEZFV37Z20pxzkFcba9/vQMGbBzjejyP1jG6Dy3wnXNSY95WgbAaIwiTfhE/2KS4hjJJDdgKuh1ee8woHV6p3+MSkd3V2PwICAb8sAjDw5tHkAOUb8a7oq9tlUo3jd3yg5qIHiztN2RsaoSUU4+KlKQyYNC+PriEUN4nX2i7Z19BRcqK4C76V8d2n5B9VptT0xV4NzGrbfWABI+dO6JFDOmiSir04tJkSRyPnTbFoo+Pf8nm16lIR2KSvAGAzY9hoXaQqjksJoOcoafQTB8GmaGSsAQZNtrldJWefT4eC+QzvUA94DnPfBxPbCO42SU8SlITttxskxisOxYAjuXamVIZ8kLMX8fD7LsYsG7jd7L/temW4KjE+FOmcZbYPEsxgOulUpQjKEd2awb7DR1W7dzarCkIeHuNzEAuyjZ+5zUQFADJBkbESkgejpqE8nsYuFT0JIPNwVZCEUPatczGcJSzvIyxhnj4LlxZvg/uqJ4yHv3XHmKWbgqXqVdkapDiW4k1icehm4834mdVY+WZLvFba4TkXVe5vcNBkOJ6+t+5jRKd/u6in1ReaY9bHxqXX7J6PIT7GfxLlA+01GRSr30b4rrDnYkVhhIPD7Sn2hHdFglnLH4zOoWhmPqmG2Hbd/CcLIFc0qpGOPuOAyj6hcyLNcLrtCalxXi9vtzO/YA=
app: ohtu-references
on:
repo: Matoking/Ohtu-Hatut
repo: Matoking/Ohtu-Hatut
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</executions>
<configuration>
<storyType>html</storyType>
<storyReport>${basedir}/target/easyb_skip/easyb_skip-report.html
<storyReport>${basedir}/target/easyb/easyb-report.html
</storyReport>
</configuration>
</plugin>
Expand Down
File renamed without changes.

0 comments on commit cc2f65e

Please sign in to comment.