summary refs log tree commit diff stats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-1/+1
| | | | | Empty paths in a colon separated list would be considered as the current directory, so have to ensure $PATH and $LD_LIBRARY_PATH are not empty before separating it with :
* Add check for broken code-block in docsFederico Ceratto2017-11-141-0/+2
|
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-081-0/+2
|
* Install sfml on Mac OS X in travis.Dominik Picheta2017-10-021-0/+1
|
* Install libsfml-dev on travis.Dominik Picheta2017-10-021-0/+1
|
* travis build: test documentation generationAndreas Rumpf2017-07-261-0/+1
|
* allow OSX tests to fail because of travis bugsAndreas Rumpf2017-03-301-0/+5
|
* travis already ships with nodejsAndreas Rumpf2017-03-291-2/+1
|
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-9/+5
|
* travis/appveyor: don't overdo -d:nimCoroutines checkingAraq2017-02-261-2/+2
|
* Removed fasm support.Rokas Kupstys2017-02-201-3/+1
|
* For CI: -d:nimCoroutinesRokas Kupstys2017-02-201-4/+4
|
* travis: first attempt to enable OSX testsAraq2017-02-171-0/+10
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-01-291-0/+2
|\
| * Travis: Use Ubuntu 14.04 instead of 12.04.Dominik Picheta2017-01-291-1/+3
| |
* | another attempt to make travis greenAndreas Rumpf2017-01-291-1/+1
|/
* Another attempt to fix travis.Dominik Picheta2017-01-291-1/+1
|
* attempt to make travis green againAndreas Rumpf2017-01-291-1/+1
|
* another attempt to make travis green againAndreas Rumpf2016-11-241-1/+1
|
* attempt to make travis green againAndreas Rumpf2016-11-241-2/+1
|
* CI: Depend on Jester HEAD because of nim-lang/nimble#129.Dominik Picheta2016-09-251-1/+1
|
* Enable coroutines again.cheatfate2016-07-301-1/+3
|
* Disable fasm usagecheatfate2016-07-291-3/+1
|
* Add nimscript test and run it in Travis CIFederico Ceratto2016-04-031-0/+1
|
* tries to fix the travis buildAraq2015-10-261-0/+1
|
* try to make travis generate the tar.xzAraq2015-10-251-0/+2
|
* Fixed tests for TravisCIYuriy Glukhov2015-10-221-0/+2
|
* use tester directlyAman Gupta2015-10-131-1/+2
|
* really be pedanticAman Gupta2015-10-131-1/+1
|
* run all testsAman Gupta2015-10-061-1/+1
|
* fail CI when tests failAman Gupta2015-10-021-6/+4
|
* fix test failures due to import errorsAman Gupta2015-10-021-0/+2
|
* install nimble and zip packageAman Gupta2015-10-021-0/+3
|
* download fasm for the coro buildAman Gupta2015-10-021-0/+5
|
* use clang for threading tests on travisAman Gupta2015-10-021-0/+1
|
* add libcurl and libsdl1 headersAman Gupta2015-09-291-0/+5
|
* remove mac builds for nowAman Gupta2015-09-291-1/+0
|
* build on macosx tooAman Gupta2015-09-291-1/+3
|
* run in travisci containersAman Gupta2015-09-291-0/+1
|
* set PATH for testsAman Gupta2015-09-291-0/+1
|
* fix current directoryAman Gupta2015-09-291-1/+3
|
* no more build.sh, bootstrap release tooAman Gupta2015-09-291-2/+6
|
* add basic travis configAman Gupta2015-09-291-0/+6
50:10 +0100 committer Araq <rumpf_a@web.de> 2014-12-14 11:50:10 +0100 minor improvements to the docs' href='/ahoang/Nim/commit/lib/pure/events.nim?h=devel&id=9724bd4e1b44a23650b0f74c90766fe937ad778b'>9724bd4e1 ^
0e7f2ca3f ^



68d7c61c2 ^
9724bd4e1 ^
0e7f2ca3f ^

9724bd4e1 ^
43bddf62d ^

12d2a3751 ^
0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^



0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^
68d7c61c2 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103