aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d3c4e95a5..ebb631969 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_install:
install:
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
- - go get code.google.com/p/go.tools/cmd/vet
+ # - go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
- ./install_deps.sh
@@ -16,7 +16,7 @@ before_script:
- gofmt -l -w .
- goimports -l -w .
- golint .
- - go vet ./...
+ # - go vet ./...
# - go test -race ./...
script:
- ./gocoverage.sh
01:34:15 +0800'>2009-08-313-3/+3 * Coding style and whitespace cleanup.Matthew Barnes2009-08-301-1/+1 * Remove redundant "vertical view" functions.Matthew Barnes2009-08-282-65/+27 * Add vertical view to Memos and Tasks.Matthew Barnes2009-08-281-0/+1 * Add EPaned widget to generalize vertical view.Matthew Barnes2009-08-283-0/+421 * Fix return types to match the type of functionKjartan Maraas2009-08-271-2/+2 * Bug 511769 - Poor indication of when network is unavailableMatthew Barnes2009-08-251-6/+28 * Bug 359909 - "New" Button too smallMatthew Barnes2009-08-251-0/+25 * Chip away at GSEAL compliance.Matthew Barnes2009-08-171-9/+22 * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-162-4/+5 * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-122-64/+16 * Bug #580895 - Kill libgnomeui/gnome-thumbnail.hMilan Crha2009-08-111-0/+50 * Compiler warning fixes (as part of bug #424078)Milan Crha2009-08-111-1/+1 * Add a FIXME comment to e-attachment.cMatthew Barnes2009-08-111-0/+2 * Seal up ESignature and add GObject properties.Matthew Barnes2009-08-075-44/+61 * Replace more "config" classes with property bindings.Matthew Barnes2009-08-062-131/+222 * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-2810-219/+39 |\ | * Coding style and whitespace cleanups.Matthew Barnes2009-07-264-8/+8 | * Bug #589580 - Crashes when dragging an image to the contact editorMilan Crha2009-07-241-7/+10 | * Fix Attachment bar size of Anjal.Srinivasa Ragavan2009-07-244-4/+20 | * Use the right api to check for system timezone.Chenthill Palanisamy2009-07-201-1/+8 | * Add API for getting task count.Srinivasa Ragavan2009-07-202-1/+6 | * Fix a typo in Chen's prev commit.Srinivasa Ragavan2009-07-201-1/+0 | * Kill some obsolete utility functions.Matthew Barnes2009-07-192-203/+6 | * More whitespace cleanup.Matthew Barnes2009-07-1944-241/+239 | * Coding style and whitespace cleanups.Matthew Barnes2009-07-181-2/+2 | * Search bar stuff for Anjal.Srinivasa Ragavan2009-07-174-0/+82 | * Bug #266150 - In list view Delete option not working in menu and toolbarMilan Crha2009-07-171-1/+1 * | Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-284-1/+265 * | More whitespace cleanup.Matthew Barnes2009-07-1940-231/+231 * | Make errors in taskbar clickable.Matthew Barnes2009-07-182-1/+6 * | Remove unused EActivity properties and subclasses.Matthew Barnes2009-07-185-618/+0 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-151-3/+1 |\| | * Add an environment variable to show all errors as intrusiveChenthill Palanisamy2009-07-141-1/+20 | * Bug 588277 – Unnecessary special-purpose configure flagMatthew Barnes2009-07-141-3/+1 | * Fix excessive whitespace.Matthew Barnes2009-07-13125-566/+0 * | Fix excessive whitespace.Matthew Barnes2009-07-14134-594/+0 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-112-1/+8 |\| | * Bug #245723 - Show days with transparent events in italicMilan Crha2009-07-091-1/+2 | * Bug #525689 - Do not show all days as Sunday in a comp-editorMilan Crha2009-07-031-0/+6 * | Add missing files.Matthew Barnes2009-07-032-0/+497 * | Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-033-548/+2 * | Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-022-85/+6 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-015-16/+44 |\| | * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-015-5/+5 | * Bug #245723 - Show days with transparent events in italicMilan Crha2009-06-303-16/+36 | * Remove a weak pointer when disposing EAttachmentHandler.Matthew Barnes2009-06-201-0/+18 | * Stop abusing forward declarations.Matthew Barnes2009-06-192-5/+4 | * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1933-215/+66 * | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-015-5/+5 * | Radically reorganize source code.Matthew Barnes2009-06-2556-61/+61 * | Merge commit 'EVOLUTION_2_27_3' into kill-bonoboMatthew Barnes2009-06-203-4/+62 |\| | * Bug 584902 – Disabled default account hides "From" in composerMatthew Barnes2009-06-151-4/+43 | * Fix coding style.Matthew Barnes2009-06-142-3/+3 | * Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_err...Matthew Barnes2009-06-131-30/+17 | * Added couple of APIS for EAttachmentPaned to hide combo and get theSrinivasa Ragavan2009-06-112-0/+19 | * Fix a runtime warning for zero-length attachments.Matthew Barnes2009-06-091-4/+8 | * Whoops, forgot to remove a debug message.Matthew Barnes2009-06-041-2/+0 | * Bug 572543 – Doesn't show correct application for pdf attachmentsMatthew Barnes2009-06-042-6/+9 | * Anjal stuff's for Evo.Srinivasa Ragavan2009-06-031-1/+6 | * Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-032-1/+333 | * Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1 | * More code cleanup.Matthew Barnes2009-06-0275-318/+318 | * Bug 583991 – "Suggest automatic display of attachment" does not workMatthew Barnes2009-05-291-0/+1 | * Whitespace cleanup.Matthew Barnes2009-05-2960-257/+257 | * Prefer GLib basic types over C types.Matthew Barnes2009-05-29200-3528/+3528 | * Remove trailing whitespace, again.Matthew Barnes2009-05-29263-320/+320 * | Remove a weak pointer when disposing EAttachmentHandler.Matthew Barnes2009-06-201-0/+18 * | Stop abusing forward declarations.Matthew Barnes2009-06-191-3/+2 * | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1828-176/+56 * | Clean up EImageChooser.Matthew Barnes2009-06-152-342/+311 * | Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_err...Matthew Barnes2009-06-131-30/+17 * | Remove ESearchBar and EFilterBar.Matthew Barnes2009-06-094-2721/+0 * | Search bar improvements.Matthew Barnes2009-06-093-0/+373 * | Fix a runtime warning for zero-length attachments.Matthew Barnes2009-06-041-4/+8 * | Whoops, forgot to remove a debug message.Matthew Barnes2009-06-041-2/+0 * | Bug 572543 – Doesn't show correct application for pdf attachmentsMatthew Barnes2009-06-042-6/+9 * | Use GtkEntry instead of EIconEntry in the main search bar.Matthew Barnes2009-06-043-636/+0 * | Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-032-1/+333 * | More code cleanup.Matthew Barnes2009-06-0269-309/+309 * | Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1 * | Bug 583991 – "Suggest automatic display of attachment" does not workMatthew Barnes2009-05-291-0/+1 * | Whitespace cleanup.Matthew Barnes2009-05-2963-267/+267 * | Prefer GLib basic types over C types.Matthew Barnes2009-05-27200-3371/+3371 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27319-536/+496 |\ \ | * | Remove trailing whitespace, again.Matthew Barnes2009-05-27263-320/+320 | |/ | * Fix compiler warnings in plugins.Matthew Barnes2009-05-271-6/+1 | * Fix compiler warnings in mail.Matthew Barnes2009-05-262-2/+2 | * Fix compiler warnings in calendar.Matthew Barnes2009-05-263-14/+14 | * Fix compiler warnings in smime.Matthew Barnes2009-05-261-0/+1 | * Fix compiler warnings in widgets.Matthew Barnes2009-05-26