- Commit
- 3c414872cfabfca38388e2b4b813b5edf752456b
- Parent
- 59a8bd1e990a472bc6d8ec8bb54a514431ff854e
- Author
- srinivas32 <70689972+srinivas32@users.noreply.github.com>
- Date
Update .travis.yml
added arch ppc64le on yml file.
My personal build of CMark ✏️
Update .travis.yml
added arch ppc64le on yml file.
1 file changed, 3 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | .travis.yml | 3 | 3 | 0 |
diff --git a/.travis.yml b/.travis.yml @@ -1,4 +1,7 @@ # Ensures that sudo is disabled, so that containerized builds are allowed +arch: + - amd64 + - ppc64le sudo: false os: