Skip to content

Commit

Permalink
chore(release): 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jun 21, 2018
1 parent 5bef6f6 commit 50256fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/050_builds.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Builds', () => {
return Promise.resolve()
.then((): any => browser.wait(() => element(by.css('.notification')).isPresent()))
.then(() => expect(element(by.css('.notification')).getText())
.to.eventually.have.string('No builds have been run yet.'));
.to.eventually.have.string('No builds has been run yet.'));
});

it('should start new build (send open_pull_request event)', () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstruse",
"version": "1.6.3",
"version": "1.6.4",
"description": "Abstruse CI",
"bin": {
"abstruse": "./dist/api/index.js"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/content.sass
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
border-top: 4px solid $green

&.is-running
border-left: 10px solid transparent
border-left: 6px solid transparent
-webkit-animation: pulsate 2s infinite ease-in-out
animation: pulsate 2s infinite ease-in-out

Expand Down

0 comments on commit 50256fd

Please sign in to comment.