Hajime Hoshi
c43e8e24d5
Update Go to 1.15 in .travis.yml
2020-08-14 03:00:12 +09:00
Hajime Hoshi
a6c7c608e4
Update Go version to 1.14.3 for testing
2020-05-19 02:22:21 +09:00
Hajime Hoshi
a190569e23
Update Go to 1.14.2 in .travs.yml
2020-04-21 02:44:44 +09:00
Hajime Hoshi
c5a7d5d6a9
Fix .travis.yml for external repositories
2020-03-23 12:34:06 +09:00
Hajime Hoshi
bcf2d409ef
Update Go version
2020-03-20 14:51:56 +09:00
Hajime Hoshi
08bb0834cc
Use Go 1.14 by default at .travis.yml
2020-02-26 11:45:50 +09:00
Hajime Hoshi
0092a05eb7
Update Go version in .travis.yml (Go 1.14)
2020-02-09 01:47:55 +09:00
Hajime Hoshi
c3f50c6893
Update Go version in .travis.yml
2020-02-09 01:43:06 +09:00
Hajime Hoshi
7f4a82ddf0
Use Go 1.14 for Wasm
...
Go 1.13 has memory issue on Wasm (golang/go#35111 ). Use Go 1.14
instead.
2020-01-08 02:06:01 +09:00
Hajime Hoshi
d6d1cbc01a
tests: Fix .travis.yml
...
$TRAVIS_COMMIT represents a (special?) commit in the repository
hajimehoshi/ebiten, not a repository of the PR.
Not that go-get with the version $TRAVIS_COMMIT fails, but getting
an archive file from URL succeeds.
2019-12-28 01:09:41 +09:00
Hajime Hoshi
b5f2471a74
tests: Use wget
2019-12-28 00:43:02 +09:00
Hajime Hoshi
216eacb0ba
test: Update Go version in TravisCI
2019-12-18 12:53:17 +09:00
Hajime Hoshi
9ead4c24f1
test: Bug fix: Test a correct commit in PRs ( #1023 )
...
Fixes #1021
2019-12-18 03:17:44 +09:00
Hajime Hoshi
4341c5ff1a
Use TRAVIS_COMMIT to specify the commit explicitly
2019-12-14 17:40:50 +09:00
Hajime Hoshi
a117486da7
Update Go versions in .travis.yml
2019-10-22 14:32:34 +09:00
Hajime Hoshi
de7ae1aee8
Add go vet
to .travis.yml
...
Updates #889
2019-10-07 03:12:19 +09:00
Hajime Hoshi
248e7d9a5a
Remove language from .travis.yml
2019-09-30 01:45:49 +09:00
Hajime Hoshi
227ab12200
Download Go manually in .travis.yml
2019-09-30 01:03:49 +09:00
Hajime Hoshi
fccf8119ab
Update Go 1.12.9 to Go 1.12.10 in .travis.yml
2019-09-30 00:12:54 +09:00
Hajime Hoshi
899fc38d23
Add wasm test with wasmbrowsertest
...
Fixes #881
2019-09-23 02:45:37 +09:00
Hajime Hoshi
175caa7319
Test Go 1.13 at TravisCI
2019-09-22 23:43:18 +09:00
Hajime Hoshi
cdddf48f89
Add build directories for tests especially for Windows
2019-09-18 11:12:23 +09:00
Hajime Hoshi
c982e00bb0
Fix .travis.yml not to test the playground
...
Updates #871
2019-09-03 02:06:37 +09:00
Hajime Hoshi
d469084fd3
Add xvfb service to .travis.yml explicitly ( #910 )
...
This should fix the errors opening /etc/init.d/xvfb
2019-08-08 19:53:45 +09:00
Hajime Hoshi
67feca100e
Fix .travis.yml to use libgl1-mesa-dev
2019-08-08 19:09:48 +09:00
Hajime Hoshi
833e467fde
Make Ebiten buildable on the playground environment
...
Bug: #871
2019-05-22 12:25:38 +09:00
Hajime Hoshi
35ac61056c
Use Go 1.12 for the latest GopherJS
2019-03-30 22:44:47 +09:00
Hajime Hoshi
ae2d863e9c
Add Windows bulding on Travis CI ( #739 )
...
This change adds commands just building Ebiten as Windows binaries.
This is not a perfect test but much better than no tests.
2019-01-20 17:45:51 +09:00
Hajime Hoshi
144eb9d752
Fix .travis.yml to use the appropriate branch
2018-12-09 03:34:51 +09:00
Hajime Hoshi
c25f5b03e0
Make TravisCI happy again
2018-08-27 03:19:24 +09:00
Hajime Hoshi
794bd1747c
Update .travis.yml for GopherJS
2018-08-26 19:41:27 +09:00
Hajime Hoshi
d10d319d7e
Bug fix: Module-awareness is required to get gjbt
2018-07-24 02:17:21 +09:00
Hajime Hoshi
2971fbb9ad
Fix gjbt import path
2018-07-18 11:01:48 +09:00
Hajime Hoshi
116bba0d37
Bug fix: need to install gopherjs command
2018-06-24 20:35:29 +09:00
Hajime Hoshi
1ac334931e
Fix .travis.yml
2018-06-24 16:15:27 +09:00
Hajime Hoshi
1d88706955
Fix .travis.yml: github.com/gopherjs/webgl is no longer used
2018-06-09 16:36:34 +09:00
Hajime Hoshi
bbe6926f9c
Fix .travis.yml
2018-05-25 02:11:34 +09:00
Hajime Hoshi
22ca490b6e
Fix comments in .travis.yml
2018-05-22 11:15:22 +09:00
Hajime Hoshi
f5a0ec320d
Use gjbt on TravisCI ( #615 )
2018-05-22 10:43:49 +09:00
Hajime Hoshi
600f0ae428
Revert "test: Specify cpu num as experiment ( #575 )"
...
This reverts commit 2f7cd00d2c
.
2018-04-06 03:40:06 +09:00
Hajime Hoshi
2f7cd00d2c
test: Specify cpu num as experiment ( #575 )
2018-04-06 03:27:38 +09:00
Hajime Hoshi
0ad12e65df
examples: Remove build tags from sub-packages
2018-03-14 04:13:54 +09:00
Hajime Hoshi
c289b13a91
examples/2048: Bug fix: Tests didn't work
2018-03-14 03:13:46 +09:00
Hajime Hoshi
1b39c05fd4
Update to 1.10
2018-02-27 12:22:42 +09:00
Hajime Hoshi
3736fd3cfc
text: Add text_test.go
2018-02-24 04:55:15 +09:00
Hajime Hoshi
8f32d34536
Fix path in .travis.yml
2018-01-14 16:21:08 +09:00
Hajime Hoshi
a49fb7fcdf
Add gofmt test to .travis.yml
2018-01-14 16:18:09 +09:00
Hajime Hoshi
e83810fc57
audio/internal/convert: Add resampling_test.go
...
Fixes #369
2018-01-08 23:44:44 +09:00
Hajime Hoshi
3e5933a972
Enable GopherJS build again on Travis CI
...
Fixes #422
2017-12-31 17:47:01 +09:00
Hajime Hoshi
dae3aac4f4
Suspend building with GopherJS on TravisCI temporarily ( #422 )
2017-08-28 23:14:47 +09:00